#022175

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

Shades of Sapphire #022175

Tints of Sapphire #022175

Color information

#022175 (or 0x022175) is unknown color: approx Sapphire. HEX triplet: 02, 21 and 75. RGB value is (2,33,117). Sum of RGB (Red+Green+Blue) = 2+33+117=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 117 (46.09% from 255 or 76.97% from 152); Max value from RGB is 117 - color contains mainly: blue. Hex color #022175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022175 is #FDDE8A. Grayscale: #202020. Windows color (decimal): -16637579 or 7676162. OLE color: 7676162.

HSL color Cylindrical-coordinate representation of color #022175: hue angle of 223.83º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022175 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB233117-
CMYK0.980.7200.54
HSL223.83º96.64%23.33%-
HSV(B)223.83º98.29%45.88%-
XYZ3.782.3817.09-
YUV33.31175.23105.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 33 (13.28% from 255) = 21.71%
BLUE value IS 117 (46.09% from 255) = 76.97%
R=1.32%
G=21.71%
B=76.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2331170.980.7200.54223.8396.6423.33
Hex221756248036e06117
Octal24116514211006634014127
Binary10100001111010111000101001000011011011100000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022175; }

 p { color: rgb(2,33,117); }

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

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

 a { background-color: rgb(2,33,117); }

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

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

 span { border-color: rgb(2,33,117); }

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