#02037A

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

Shades of Navy #02037A

Tints of Navy #02037A

Color information

#02037A (or 0x02037A) is unknown color: approx Navy. HEX triplet: 02, 03 and 7A. RGB value is (2,3,122). Sum of RGB (Red+Green+Blue) = 2+3+122=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 122 (48.05% from 255 or 96.06% from 127); Max value from RGB is 122 - color contains mainly: blue. Hex color #02037A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02037A is #FDFC85. Grayscale: #0F0F0F. Windows color (decimal): -16645254 or 7996162. OLE color: 7996162.

HSL color Cylindrical-coordinate representation of color #02037A: hue angle of 239.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02037A is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB23122-
CMYK0.980.9800.52
HSL239.5º96.77%24.31%-
HSV(B)239.5º98.36%47.84%-
XYZ3.571.4818.51-
YUV16.27187.67117.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 122 (48.05% from 255) = 96.06%
R=1.57%
G=2.36%
B=96.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal231220.980.9800.52239.596.7724.31
Hex237A6262034f06118
Octal2317214214206436014130
Binary1011111101011000101100010011010011110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02037A; }

 p { color: rgb(2,3,122); }

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

<style>
 a { background-color: #02037A; }

 a { background-color: rgb(2,3,122); }

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

<style>
 span { border-color: #02037A; }

 span { border-color: rgb(2,3,122); }

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