#04027C

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

Shades of Navy #04027C

Tints of Navy #04027C

Color information

#04027C (or 0x04027C) is unknown color: approx Navy. HEX triplet: 04, 02 and 7C. RGB value is (4,2,124). Sum of RGB (Red+Green+Blue) = 4+2+124=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 124 (48.83% from 255 or 95.38% from 130); Max value from RGB is 124 - color contains mainly: blue. Hex color #04027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04027C is #FBFD83. Grayscale: #101010. Windows color (decimal): -16514436 or 8126980. OLE color: 8126980.

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

Color convert

RGB42124-
CMYK0.970.9800.51
HSL240.98º96.83%24.71%-
HSV(B)240.98º98.39%48.63%-
XYZ3.711.5219.17-
YUV16.51188.66119.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.08%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 124 (48.83% from 255) = 95.38%
R=3.08%
G=1.54%
B=95.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal421240.970.9800.51240.9896.8324.71
Hex427C6162033f16119
Octal4217414114206336114131
Binary10010111110011000011100010011001111110001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04027C; }

 p { color: rgb(4,2,124); }

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

<style>
 a { background-color: #04027C; }

 a { background-color: rgb(4,2,124); }

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

<style>
 span { border-color: #04027C; }

 span { border-color: rgb(4,2,124); }

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