#02047E

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

Shades of Navy #02047E

Tints of Navy #02047E

Color information

#02047E (or 0x02047E) is unknown color: approx Navy. HEX triplet: 02, 04 and 7E. RGB value is (2,4,126). Sum of RGB (Red+Green+Blue) = 2+4+126=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 126 (49.61% from 255 or 95.45% from 132); Max value from RGB is 126 - color contains mainly: blue. Hex color #02047E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02047E is #FDFB81. Grayscale: #101010. Windows color (decimal): -16644994 or 8258562. OLE color: 8258562.

HSL color Cylindrical-coordinate representation of color #02047E: hue angle of 239.03º 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 #02047E is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB24126-
CMYK0.980.9700.51
HSL239.03º96.88%25.1%-
HSV(B)239.03º98.41%49.41%-
XYZ3.831.6119.85-
YUV17.31189.34117.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 126 (49.61% from 255) = 95.45%
R=1.52%
G=3.03%
B=95.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal241260.980.9700.51239.0396.8825.1
Hex247E6261033ef6119
Octal2417614214106335714131
Binary10100111111011000101100001011001111101111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02047E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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