#022277

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

Shades of Sapphire #022277

Tints of Sapphire #022277

Color information

#022277 (or 0x022277) is unknown color: approx Sapphire. HEX triplet: 02, 22 and 77. RGB value is (2,34,119). Sum of RGB (Red+Green+Blue) = 2+34+119=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 119 (46.88% from 255 or 76.77% from 155); Max value from RGB is 119 - color contains mainly: blue. Hex color #022277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022277 is #FDDD88. Grayscale: #212121. Windows color (decimal): -16637321 or 7807490. OLE color: 7807490.

HSL color Cylindrical-coordinate representation of color #022277: hue angle of 223.59º 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 #022277 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB234119-
CMYK0.980.7100.53
HSL223.59º96.69%23.73%-
HSV(B)223.59º98.32%46.67%-
XYZ3.932.4917.73-
YUV34.12175.9105.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 119 (46.88% from 255) = 76.77%
R=1.29%
G=21.94%
B=76.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2341190.980.7100.53223.5996.6923.73
Hex222776247035e06118
Octal24216714210706534014130
Binary10100010111011111000101000111011010111100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022277; }

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

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

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

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

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

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

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

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