#02156D

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

Shades of Sapphire #02156D

Tints of Sapphire #02156D

Color information

#02156D (or 0x02156D) is unknown color: approx Sapphire. HEX triplet: 02, 15 and 6D. RGB value is (2,21,109). Sum of RGB (Red+Green+Blue) = 2+21+109=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 109 (42.97% from 255 or 82.58% from 132); Max value from RGB is 109 - color contains mainly: blue. Hex color #02156D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02156D is #FDEA92. Grayscale: #181818. Windows color (decimal): -16640659 or 7148802. OLE color: 7148802.

HSL color Cylindrical-coordinate representation of color #02156D: hue angle of 229.35º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02156D is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB221109-
CMYK0.980.8100.57
HSL229.35º96.4%21.76%-
HSV(B)229.35º98.17%42.75%-
XYZ3.051.6514.63-
YUV25.35175.21111.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 109 (42.97% from 255) = 82.58%
R=1.52%
G=15.91%
B=82.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2211090.980.8100.57229.3596.421.76
Hex2156D6251039e56016
Octal22515514212107134514026
Binary1010101110110111000101010001011100111100101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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