#02115B

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

Shades of Sapphire #02115B

Tints of Sapphire #02115B

Color information

#02115B (or 0x02115B) is unknown color: approx Sapphire. HEX triplet: 02, 11 and 5B. RGB value is (2,17,91). Sum of RGB (Red+Green+Blue) = 2+17+91=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 91 (35.94% from 255 or 82.73% from 110); Max value from RGB is 91 - color contains mainly: blue. Hex color #02115B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02115B is #FDEEA4. Grayscale: #141414. Windows color (decimal): -16641701 or 5968130. OLE color: 5968130.

HSL color Cylindrical-coordinate representation of color #02115B: hue angle of 229.89º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02115B is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB21791-
CMYK0.980.8100.64
HSL229.89º95.7%18.24%-
HSV(B)229.89º97.8%35.69%-
XYZ2.111.1710.01-
YUV20.95167.53114.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 17 (7.03% from 255) = 15.45%
BLUE value IS 91 (35.94% from 255) = 82.73%
R=1.82%
G=15.45%
B=82.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal217910.980.8100.64229.8995.718.24
Hex2115B6251040e66012
Octal221133142121010034614022
Binary10100011011011110001010100010100000011100110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,17,91); }

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

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

 a { background-color: rgb(2,17,91); }

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

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

 span { border-color: rgb(2,17,91); }

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