#02158D

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

Shades of Dark Blue #02158D

Tints of Dark Blue #02158D

Color information

#02158D (or 0x02158D) is unknown color: approx Dark Blue. HEX triplet: 02, 15 and 8D. RGB value is (2,21,141). Sum of RGB (Red+Green+Blue) = 2+21+141=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 141 (55.47% from 255 or 85.98% from 164); Max value from RGB is 141 - color contains mainly: blue. Hex color #02158D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02158D is #FDEA72. Grayscale: #1C1C1C. Windows color (decimal): -16640627 or 9245954. OLE color: 9245954.

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

Color convert

RGB221141-
CMYK0.990.8500.45
HSL231.8º97.2%28.04%-
HSV(B)231.8º98.58%55.29%-
XYZ5.12.4725.41-
YUV29191.21108.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 141 (55.47% from 255) = 85.98%
R=1.22%
G=12.80%
B=85.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2211410.990.8500.45231.897.228.04
Hex2158D635502De8611c
Octal22521514312505535014134
Binary10101011000110111000111010101010110111101000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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