#04127E

Color #04127E Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #04127E

Tints of Navy #04127E

Color information

#04127E (or 0x04127E) is unknown color: approx Navy. HEX triplet: 04, 12 and 7E. RGB value is (4,18,126). Sum of RGB (Red+Green+Blue) = 4+18+126=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 126 (49.61% from 255 or 85.14% from 148); Max value from RGB is 126 - color contains mainly: blue. Hex color #04127E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04127E is #FBED81. Grayscale: #191919. Windows color (decimal): -16510338 or 8262148. OLE color: 8262148.

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

Color convert

RGB418126-
CMYK0.970.8600.51
HSL233.11º93.85%25.49%-
HSV(B)233.11º96.83%49.41%-
XYZ4.031.9619.91-
YUV26.13184.36112.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.70%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 126 (49.61% from 255) = 85.14%
R=2.70%
G=12.16%
B=85.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4181260.970.8600.51233.1193.8525.49
Hex4127E6156033e95e19
Octal42217614112606335113631
Binary10010010111111011000011010110011001111101001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04127E;
 }
 .AnyTagClassName
 {
   color: #04127E;
 }
</style>
background-color css

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

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

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

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

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

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