#021148

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

Shades of Sapphire #021148

Tints of Sapphire #021148

Color information

#021148 (or 0x021148) is unknown color: approx Sapphire. HEX triplet: 02, 11 and 48. RGB value is (2,17,72). Sum of RGB (Red+Green+Blue) = 2+17+72=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 72 (28.52% from 255 or 79.12% from 91); Max value from RGB is 72 - color contains mainly: blue. Hex color #021148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021148 is #FDEEB7. Grayscale: #121212. Windows color (decimal): -16641720 or 4722946. OLE color: 4722946.

HSL color Cylindrical-coordinate representation of color #021148: hue angle of 227.14º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021148 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB21772-
CMYK0.970.7600.72
HSL227.14º94.59%14.51%-
HSV(B)227.14º97.22%28.24%-
XYZ1.40.886.23-
YUV18.78158.03116.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 17 (7.03% from 255) = 18.68%
BLUE value IS 72 (28.52% from 255) = 79.12%
R=2.20%
G=18.68%
B=79.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal217720.970.7600.72227.1494.5914.51
Hex21148614C048e35ff
Octal221110141114011034313717
Binary1010001100100011000011001100010010001110001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021148; }

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

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

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

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

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

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

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

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