#022168

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

Shades of Sapphire #022168

Tints of Sapphire #022168

Color information

#022168 (or 0x022168) is unknown color: approx Sapphire. HEX triplet: 02, 21 and 68. RGB value is (2,33,104). Sum of RGB (Red+Green+Blue) = 2+33+104=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 104 (41.02% from 255 or 74.82% from 139); Max value from RGB is 104 - color contains mainly: blue. Hex color #022168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022168 is #FDDE97. Grayscale: #1F1F1F. Windows color (decimal): -16637592 or 6824194. OLE color: 6824194.

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

Color convert

RGB233104-
CMYK0.980.6800.59
HSL221.76º96.23%20.78%-
HSV(B)221.76º98.08%40.78%-
XYZ3.072.113.34-
YUV31.82168.73106.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.44%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 104 (41.02% from 255) = 74.82%
R=1.44%
G=23.74%
B=74.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2331040.980.6800.59221.7696.2320.78
Hex22168624403Bde6015
Octal24115014210407333614025
Binary10100001110100011000101000100011101111011110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022168; }

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

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

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

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

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

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

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

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