#022068

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

Shades of Sapphire #022068

Tints of Sapphire #022068

Color information

#022068 (or 0x022068) is unknown color: approx Sapphire. HEX triplet: 02, 20 and 68. RGB value is (2,32,104). Sum of RGB (Red+Green+Blue) = 2+32+104=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 104 (41.02% from 255 or 75.36% from 138); Max value from RGB is 104 - color contains mainly: blue. Hex color #022068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022068 is #FDDF97. Grayscale: #1E1E1E. Windows color (decimal): -16637848 or 6823938. OLE color: 6823938.

HSL color Cylindrical-coordinate representation of color #022068: hue angle of 222.35º 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 #022068 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB232104-
CMYK0.980.6900.59
HSL222.35º96.23%20.78%-
HSV(B)222.35º98.08%40.78%-
XYZ3.042.0513.33-
YUV31.24169.06107.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 104 (41.02% from 255) = 75.36%
R=1.45%
G=23.19%
B=75.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2321040.980.6900.59222.3596.2320.78
Hex22068624503Bde6015
Octal24015014210507333614025
Binary10100000110100011000101000101011101111011110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022068; }

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

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

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

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

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

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

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

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