#02137B

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

Shades of Navy #02137B

Tints of Navy #02137B

Color information

#02137B (or 0x02137B) is unknown color: approx Navy. HEX triplet: 02, 13 and 7B. RGB value is (2,19,123). Sum of RGB (Red+Green+Blue) = 2+19+123=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 123 (48.44% from 255 or 85.42% from 144); Max value from RGB is 123 - color contains mainly: blue. Hex color #02137B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02137B is #FDEC84. Grayscale: #191919. Windows color (decimal): -16641157 or 8065794. OLE color: 8065794.

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

Color convert

RGB219123-
CMYK0.980.8500.52
HSL231.57º96.8%24.51%-
HSV(B)231.57º98.37%48.24%-
XYZ3.831.9118.91-
YUV25.77182.87111.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 123 (48.44% from 255) = 85.42%
R=1.39%
G=13.19%
B=85.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2191230.980.8500.52231.5796.824.51
Hex2137B6255034e86119
Octal22317314212506435014131
Binary1010011111101111000101010101011010011101000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02137B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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