#02226F

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

Shades of Sapphire #02226F

Tints of Sapphire #02226F

Color information

#02226F (or 0x02226F) is unknown color: approx Sapphire. HEX triplet: 02, 22 and 6F. RGB value is (2,34,111). Sum of RGB (Red+Green+Blue) = 2+34+111=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 111 (43.75% from 255 or 75.51% from 147); Max value from RGB is 111 - color contains mainly: blue. Hex color #02226F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02226F is #FDDD90. Grayscale: #202020. Windows color (decimal): -16637329 or 7283202. OLE color: 7283202.

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

Color convert

RGB234111-
CMYK0.980.6900.56
HSL222.39º96.46%22.16%-
HSV(B)222.39º98.2%43.53%-
XYZ3.472.315.3-
YUV33.21171.9105.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 111 (43.75% from 255) = 75.51%
R=1.36%
G=23.13%
B=75.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2341110.980.6900.56222.3996.4622.16
Hex2226F6245038de6016
Octal24215714210507033614026
Binary10100010110111111000101000101011100011011110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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