#02115E

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

Shades of Sapphire #02115E

Tints of Sapphire #02115E

Color information

#02115E (or 0x02115E) is unknown color: approx Sapphire. HEX triplet: 02, 11 and 5E. RGB value is (2,17,94). Sum of RGB (Red+Green+Blue) = 2+17+94=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 94 (37.11% from 255 or 83.19% from 113); Max value from RGB is 94 - color contains mainly: blue. Hex color #02115E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02115E is #FDEEA1. Grayscale: #141414. Windows color (decimal): -16641698 or 6164738. OLE color: 6164738.

HSL color Cylindrical-coordinate representation of color #02115E: hue angle of 230.22º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02115E is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB21794-
CMYK0.980.8200.63
HSL230.22º95.83%18.82%-
HSV(B)230.22º97.87%36.86%-
XYZ2.251.2210.71-
YUV21.29169.03114.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 17 (7.03% from 255) = 15.04%
BLUE value IS 94 (37.11% from 255) = 83.19%
R=1.77%
G=15.04%
B=83.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal217940.980.8200.63230.2295.8318.82
Hex2115E625203Fe66013
Octal22113614212207734614023
Binary1010001101111011000101010010011111111100110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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