#02158A

Color #02158A Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #02158A

Tints of Dark Blue #02158A

Color information

#02158A (or 0x02158A) is unknown color: approx Dark Blue. HEX triplet: 02, 15 and 8A. RGB value is (2,21,138). Sum of RGB (Red+Green+Blue) = 2+21+138=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 138 (54.30% from 255 or 85.71% from 161); Max value from RGB is 138 - color contains mainly: blue. Hex color #02158A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02158A is #FDEA75. Grayscale: #1C1C1C. Windows color (decimal): -16640630 or 9049346. OLE color: 9049346.

HSL color Cylindrical-coordinate representation of color #02158A: hue angle of 231.62º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02158A is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB221138-
CMYK0.990.8500.46
HSL231.62º97.14%27.45%-
HSV(B)231.62º98.55%54.12%-
XYZ4.882.3824.25-
YUV28.66189.71108.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.24%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 138 (54.30% from 255) = 85.71%
R=1.24%
G=13.04%
B=85.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2211380.990.8500.46231.6297.1427.45
Hex2158A635502Ee8611b
Octal22521214312505635014133
Binary10101011000101011000111010101010111011101000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02158A; }

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

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

<style>
 a { background-color: #02158A; }

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

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

<style>
 span { border-color: #02158A; }

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

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