#022279

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

Shades of Sapphire #022279

Tints of Sapphire #022279

Color information

#022279 (or 0x022279) is unknown color: approx Sapphire. HEX triplet: 02, 22 and 79. RGB value is (2,34,121). Sum of RGB (Red+Green+Blue) = 2+34+121=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 121 (47.66% from 255 or 77.07% from 157); Max value from RGB is 121 - color contains mainly: blue. Hex color #022279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022279 is #FDDD86. Grayscale: #212121. Windows color (decimal): -16637319 or 7938562. OLE color: 7938562.

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

Color convert

RGB234121-
CMYK0.980.7200.53
HSL223.87º96.75%24.12%-
HSV(B)223.87º98.35%47.45%-
XYZ4.052.5418.37-
YUV34.35176.9104.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 121 (47.66% from 255) = 77.07%
R=1.27%
G=21.66%
B=77.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2341210.980.7200.53223.8796.7524.12
Hex222796248035e06118
Octal24217114211006534014130
Binary10100010111100111000101001000011010111100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022279; }

 p { color: rgb(2,34,121); }

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

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

 a { background-color: rgb(2,34,121); }

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

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

 span { border-color: rgb(2,34,121); }

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