#02157B

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

Shades of Navy #02157B

Tints of Navy #02157B

Color information

#02157B (or 0x02157B) is unknown color: approx Navy. HEX triplet: 02, 15 and 7B. RGB value is (2,21,123). Sum of RGB (Red+Green+Blue) = 2+21+123=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 123 (48.44% from 255 or 84.25% from 146); Max value from RGB is 123 - color contains mainly: blue. Hex color #02157B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02157B is #FDEA84. Grayscale: #1A1A1A. Windows color (decimal): -16640645 or 8066306. OLE color: 8066306.

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

Color convert

RGB221123-
CMYK0.980.8300.52
HSL230.58º96.8%24.51%-
HSV(B)230.58º98.37%48.24%-
XYZ3.871.9818.92-
YUV26.95182.21110.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 123 (48.44% from 255) = 84.25%
R=1.37%
G=14.38%
B=84.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2211230.980.8300.52230.5896.824.51
Hex2157B6253034e76119
Octal22517314212306434714131
Binary1010101111101111000101010011011010011100111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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