#02227A

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

Shades of Sapphire #02227A

Tints of Sapphire #02227A

Color information

#02227A (or 0x02227A) is unknown color: approx Sapphire. HEX triplet: 02, 22 and 7A. RGB value is (2,34,122). Sum of RGB (Red+Green+Blue) = 2+34+122=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 122 (48.05% from 255 or 77.22% from 158); Max value from RGB is 122 - color contains mainly: blue. Hex color #02227A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02227A is #FDDD85. Grayscale: #222222. Windows color (decimal): -16637318 or 8004098. OLE color: 8004098.

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

Color convert

RGB234122-
CMYK0.980.7200.52
HSL224º96.77%24.31%-
HSV(B)224º98.36%47.84%-
XYZ4.112.5618.69-
YUV34.46177.4104.84-

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.52%
BLUE value IS 122 (48.05% from 255) = 77.22%
R=1.27%
G=21.52%
B=77.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2341220.980.7200.5222496.7724.31
Hex2227A6248034e06118
Octal24217214211006434014130
Binary10100010111101011000101001000011010011100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02227A; }

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

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

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

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

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

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

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

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