#02114B

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

Shades of Sapphire #02114B

Tints of Sapphire #02114B

Color information

#02114B (or 0x02114B) is unknown color: approx Sapphire. HEX triplet: 02, 11 and 4B. RGB value is (2,17,75). Sum of RGB (Red+Green+Blue) = 2+17+75=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 75 (29.69% from 255 or 79.79% from 94); Max value from RGB is 75 - color contains mainly: blue. Hex color #02114B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02114B is #FDEEB4. Grayscale: #121212. Windows color (decimal): -16641717 or 4919554. OLE color: 4919554.

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

Color convert

RGB21775-
CMYK0.970.7700.71
HSL227.67º94.81%15.1%-
HSV(B)227.67º97.33%29.41%-
XYZ1.50.926.76-
YUV19.13159.53115.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 75 (29.69% from 255) = 79.79%
R=2.13%
G=18.09%
B=79.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal217750.970.7700.71227.6794.8115.1
Hex2114B614D047e45ff
Octal221113141115010734413717
Binary1010001100101111000011001101010001111110010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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