#02114C

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

Shades of Sapphire #02114C

Tints of Sapphire #02114C

Color information

#02114C (or 0x02114C) is unknown color: approx Sapphire. HEX triplet: 02, 11 and 4C. RGB value is (2,17,76). Sum of RGB (Red+Green+Blue) = 2+17+76=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 76 (30.08% from 255 or 80% from 95); Max value from RGB is 76 - color contains mainly: blue. Hex color #02114C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02114C is #FDEEB3. Grayscale: #121212. Windows color (decimal): -16641716 or 4985090. OLE color: 4985090.

HSL color Cylindrical-coordinate representation of color #02114C: hue angle of 227.84º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02114C is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB21776-
CMYK0.970.7800.70
HSL227.84º94.87%15.29%-
HSV(B)227.84º97.37%29.8%-
XYZ1.530.946.94-
YUV19.24160.03115.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.11%
GREEN value IS 17 (7.03% from 255) = 17.89%
BLUE value IS 76 (30.08% from 255) = 80%
R=2.11%
G=17.89%
B=80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal217760.970.7800.70227.8494.8715.29
Hex2114C614E046e45ff
Octal221114141116010634413717
Binary1010001100110011000011001110010001101110010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02114C; }

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

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

<style>
 a { background-color: #02114C; }

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

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

<style>
 span { border-color: #02114C; }

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

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