#02226D

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

Shades of Sapphire #02226D

Tints of Sapphire #02226D

Color information

#02226D (or 0x02226D) is unknown color: approx Sapphire. HEX triplet: 02, 22 and 6D. RGB value is (2,34,109). Sum of RGB (Red+Green+Blue) = 2+34+109=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 109 (42.97% from 255 or 75.17% from 145); Max value from RGB is 109 - color contains mainly: blue. Hex color #02226D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02226D is #FDDD92. Grayscale: #202020. Windows color (decimal): -16637331 or 7152130. OLE color: 7152130.

HSL color Cylindrical-coordinate representation of color #02226D: hue angle of 222.06º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02226D is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB234109-
CMYK0.980.6900.57
HSL222.06º96.4%21.76%-
HSV(B)222.06º98.17%42.75%-
XYZ3.362.2614.73-
YUV32.98170.9105.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 34 (13.67% from 255) = 23.45%
BLUE value IS 109 (42.97% from 255) = 75.17%
R=1.38%
G=23.45%
B=75.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2341090.980.6900.57222.0696.421.76
Hex2226D6245039de6016
Octal24215514210507133614026
Binary10100010110110111000101000101011100111011110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02226D; }

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

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

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

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

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

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

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

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