#02137C

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

Shades of Navy #02137C

Tints of Navy #02137C

Color information

#02137C (or 0x02137C) is unknown color: approx Navy. HEX triplet: 02, 13 and 7C. RGB value is (2,19,124). Sum of RGB (Red+Green+Blue) = 2+19+124=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 124 (48.83% from 255 or 85.52% from 145); Max value from RGB is 124 - color contains mainly: blue. Hex color #02137C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02137C is #FDEC83. Grayscale: #191919. Windows color (decimal): -16641156 or 8131330. OLE color: 8131330.

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

Color convert

RGB219124-
CMYK0.980.8500.51
HSL231.64º96.83%24.71%-
HSV(B)231.64º98.39%48.63%-
XYZ3.91.9319.24-
YUV25.89183.37110.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 124 (48.83% from 255) = 85.52%
R=1.38%
G=13.10%
B=85.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2191240.980.8500.51231.6496.8324.71
Hex2137C6255033e86119
Octal22317414212506335014131
Binary1010011111110011000101010101011001111101000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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