#02037B

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

Shades of Navy #02037B

Tints of Navy #02037B

Color information

#02037B (or 0x02037B) is unknown color: approx Navy. HEX triplet: 02, 03 and 7B. RGB value is (2,3,123). Sum of RGB (Red+Green+Blue) = 2+3+123=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 123 (48.44% from 255 or 96.09% from 128); Max value from RGB is 123 - color contains mainly: blue. Hex color #02037B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02037B is #FDFC84. Grayscale: #0F0F0F. Windows color (decimal): -16645253 or 8061698. OLE color: 8061698.

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

Color convert

RGB23123-
CMYK0.980.9800.52
HSL239.5º96.8%24.51%-
HSV(B)239.5º98.37%48.24%-
XYZ3.631.5118.84-
YUV16.38188.17117.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 123 (48.44% from 255) = 96.09%
R=1.56%
G=2.34%
B=96.09%

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
Decimal231230.980.9800.52239.596.824.51
Hex237B6262034f06119
Octal2317314214206436014131
Binary1011111101111000101100010011010011110000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02037B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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