Color Hex Logo

#002147 Color Hex Oxford Blue

#002147
(0,33,71)
19 Favorites   1 Comments

Color spaces of #002147 Oxford Blue

RGB 03371
HSL0.591.000.14
HSV212°100°28°
CMYK 1.000.540.00   0.72
XYZ1.68121.54266.1704
Yxy1.54260.17900.1642
Hunter Lab12.42012.4266-20.7615
CIE-Lab12.87645.8087-27.0344

#002147 color RGB value is (0,33,71). #002147 color name is Oxford Blue color.

#002147 hex color red value is 0, green value is 33 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #002147 hue: 0.59 , saturation: 1.00 and the lightness value of 002147 is 0.14.

The process color (four color CMYK) of #002147 color hex is 1.00, 0.54, 0.00, 0.72. Web safe color of #002147 is #003333. Color #002147 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100001 01000111
Octal 0 41 107
Decimal 0 33 71
Hex 0 21 47

RGB Percentages of Color #002147

%0.00
%31.73
%68.27

CMYK Percentages of Color #002147

%100
%54
%0
%72

Triadic Colors of #002147

#002147 #470021 #214700

Analogous Colors of #002147

#002147 #030047 #004547

Monochromatic Colors of #002147

#002147

Complementary Color

#002147 #472600

#002147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002147 Color CSS Codes

.mybgcolor {background-color:#002147; } 
.myforecolor {color:#002147; }
.mybordercolor {border:3px solid #002147; }

#002147 Text Font Color

<p style="color:#002147">Text here</p>

This sample text font color is #002147
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#002147 Background Color

<div style="background-color:#002147">
Div content here</div>

This div background color is #002147


#002147 Border Color

<div style="border:3px solid #002147">
Div here</div>

This div border color is #002147


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,33,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002147; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002147;
  -webkit-box-shadow: 1px 1px 3px 2px #002147;
  box-shadow:         1px 1px 3px 2px #002147; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,33,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #002147">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #002147;
  -webkit-box-shadow: 1px 1px 3px 2px #002147;
  box-shadow:         1px 1px 3px 2px #002147;">
Div content here</div>

This div box has shadow with color #002147


Comments

9 Apr 2017, 21:52 priforce

Oxford Blue

Please login to write comment.