#02226E

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

Shades of Sapphire #02226E

Tints of Sapphire #02226E

Color information

#02226E (or 0x02226E) is unknown color: approx Sapphire. HEX triplet: 02, 22 and 6E. RGB value is (2,34,110). Sum of RGB (Red+Green+Blue) = 2+34+110=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 110 (43.36% from 255 or 75.34% from 146); Max value from RGB is 110 - color contains mainly: blue. Hex color #02226E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02226E is #FDDD91. Grayscale: #202020. Windows color (decimal): -16637330 or 7217666. OLE color: 7217666.

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

Color convert

RGB234110-
CMYK0.980.6900.57
HSL222.22º96.43%21.96%-
HSV(B)222.22º98.18%43.14%-
XYZ3.412.2815.01-
YUV33.1171.4105.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 110 (43.36% from 255) = 75.34%
R=1.37%
G=23.29%
B=75.34%

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
Decimal2341100.980.6900.57222.2296.4321.96
Hex2226E6245039de6016
Octal24215614210507133614026
Binary10100010110111011000101000101011100111011110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02226E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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