#022064

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

Shades of Sapphire #022064

Tints of Sapphire #022064

Color information

#022064 (or 0x022064) is unknown color: approx Sapphire. HEX triplet: 02, 20 and 64. RGB value is (2,32,100). Sum of RGB (Red+Green+Blue) = 2+32+100=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 100 (39.45% from 255 or 74.63% from 134); Max value from RGB is 100 - color contains mainly: blue. Hex color #022064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022064 is #FDDF9B. Grayscale: #1E1E1E. Windows color (decimal): -16637852 or 6561794. OLE color: 6561794.

HSL color Cylindrical-coordinate representation of color #022064: hue angle of 221.63º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022064 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB232100-
CMYK0.980.6800.61
HSL221.63º96.08%20%-
HSV(B)221.63º98%39.22%-
XYZ2.841.9712.29-
YUV30.78167.06107.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 100 (39.45% from 255) = 74.63%
R=1.49%
G=23.88%
B=74.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2321000.980.6800.61221.6396.0820
Hex22064624403Dde6014
Octal24014414210407533614024
Binary10100000110010011000101000100011110111011110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022064; }

 p { color: rgb(2,32,100); }

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

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

 a { background-color: rgb(2,32,100); }

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

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

 span { border-color: rgb(2,32,100); }

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