#021150

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

Shades of Sapphire #021150

Tints of Sapphire #021150

Color information

#021150 (or 0x021150) is unknown color: approx Sapphire. HEX triplet: 02, 11 and 50. RGB value is (2,17,80). Sum of RGB (Red+Green+Blue) = 2+17+80=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 80 (31.64% from 255 or 80.81% from 99); Max value from RGB is 80 - color contains mainly: blue. Hex color #021150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021150 is #FDEEAF. Grayscale: #131313. Windows color (decimal): -16641712 or 5247234. OLE color: 5247234.

HSL color Cylindrical-coordinate representation of color #021150: hue angle of 228.46º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021150 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB21780-
CMYK0.980.7900.69
HSL228.46º95.12%16.08%-
HSV(B)228.46º97.5%31.37%-
XYZ1.670.997.69-
YUV19.7162.03115.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 80 (31.64% from 255) = 80.81%
R=2.02%
G=17.17%
B=80.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal217800.980.7900.69228.4695.1216.08
Hex21150624F045e45f10
Octal221120142117010534413720
Binary10100011010000110001010011110100010111100100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021150; }

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

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

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

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

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

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

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

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