#022C77

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

Shades of Sapphire #022C77

Tints of Sapphire #022C77

Color information

#022C77 (or 0x022C77) is unknown color: approx Sapphire. HEX triplet: 02, 2C and 77. RGB value is (2,44,119). Sum of RGB (Red+Green+Blue) = 2+44+119=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 119 (46.88% from 255 or 72.12% from 165); Max value from RGB is 119 - color contains mainly: blue. Hex color #022C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C77 is #FDD388. Grayscale: #272727. Windows color (decimal): -16634761 or 7810050. OLE color: 7810050.

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

Color convert

RGB244119-
CMYK0.980.6300.53
HSL218.46º96.69%23.73%-
HSV(B)218.46º98.32%46.67%-
XYZ4.263.1517.84-
YUV39.99172.59100.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 44 (17.58% from 255) = 26.67%
BLUE value IS 119 (46.88% from 255) = 72.12%
R=1.21%
G=26.67%
B=72.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2441190.980.6300.53218.4696.6923.73
Hex22C77623F035da6118
Octal2541671427706533214130
Binary1010110011101111100010111111011010111011010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022C77; }

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

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

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

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

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

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

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

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