#02037D

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

Shades of Navy #02037D

Tints of Navy #02037D

Color information

#02037D (or 0x02037D) is unknown color: approx Navy. HEX triplet: 02, 03 and 7D. RGB value is (2,3,125). Sum of RGB (Red+Green+Blue) = 2+3+125=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 125 (49.22% from 255 or 96.15% from 130); Max value from RGB is 125 - color contains mainly: blue. Hex color #02037D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02037D is #FDFC82. Grayscale: #101010. Windows color (decimal): -16645251 or 8192770. OLE color: 8192770.

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

Color convert

RGB23125-
CMYK0.980.9800.51
HSL239.51º96.85%24.9%-
HSV(B)239.51º98.4%49.02%-
XYZ3.761.5619.5-
YUV16.61189.17117.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 125 (49.22% from 255) = 96.15%
R=1.54%
G=2.31%
B=96.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal231250.980.9800.51239.5196.8524.9
Hex237D6262033f06119
Octal2317514214206336014131
Binary1011111110111000101100010011001111110000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02037D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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