Html Css Color HEX #04127B Navy

📋 copy color: '#04127B'

red 4 ◦ green 18 ◦ blue 123

#04127B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #04127B

Tints of Navy #04127B

RGB

 RED value IS 4 (1.95% from 255) = 2.76%

 GREEN value IS 18 (7.42% from 255) = 12.41%

 BLUE value IS 123 (48.44% from 255) = 84.83%

R = 2.76%
G = 12.41%
B = 84.83%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#04127B (or 0x04127B) is known color: Navy. HEX triplet: 04, 12 and 7B. RGB value is (4,18,123). Sum of RGB (Red+Green+Blue) = 4+18+123=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 123 (48.44% from 255 or 84.83% from 145); Max value from RGB is 123 - color contains mainly: blue. Hex color #04127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04127B is #FBED84. Grayscale: #191919. Windows color (decimal): -16510341 or 8065540. OLE color: 8065540.

HSL color Cylindrical-coordinate representation of color #04127B: hue angle of 232.94º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04127B is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 4 18 123 -
CMYK 0.97 0.85 0 0.52
HSL 232.94º 0.94% 0.25% -
HSV(B) 232.94º 0.97% 0.48% -
XYZ 3.84 1.89 18.9 -
YUV 25.78 182.86 112.46 -
System Red Green Blue C M Y K H S L
Decimal 4 18 123 0.97 0.85 0 0.52 232.94 0.94 0.25
Hex 4 12 7B 61 55 0 34 E9 5E 19
Octal 4 22 173 141 125 0 64 351 136 31
Binary 100 10010 1111011 1100001 1010101 0 110100 11101001 1011110 11001

Color Harmonies of #04127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04127B

Black with #04127B

Text Example


Text Example

White with #04127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04127B; }

 p { color: rgb(4,18,123); }

 H1.HeaderClassName
 {
   color: #04127B;
 }
 .AnyTagClassName
 {
   color: #04127B;
 }
</style>

background-color css

<style>
 a { background-color: #04127B; }

 a { background-color: rgb(4,18,123); }

 div.DivClassName
 {
   background-color: #04127B;
 }
 .BgClassName
 {
   background-color: #04127B;
 }
</style>

border-color css

<style>
 span { border-color: #04127B; }

 span { border-color: rgb(4,18,123); }

 td.TdClassName
 {
   border-color: #04127B;
 }
 .TagClassName
 {
   border-color: #04127B;
 }
</style>