#022762

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

Shades of Sapphire #022762

Tints of Sapphire #022762

Color information

#022762 (or 0x022762) is unknown color: approx Sapphire. HEX triplet: 02, 27 and 62. RGB value is (2,39,98). Sum of RGB (Red+Green+Blue) = 2+39+98=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #022762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022762 is #FDD89D. Grayscale: #222222. Windows color (decimal): -16636062 or 6432514. OLE color: 6432514.

HSL color Cylindrical-coordinate representation of color #022762: hue angle of 216.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022762 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB23998-
CMYK0.980.6000.62
HSL216.88º96%19.61%-
HSV(B)216.88º97.96%38.43%-
XYZ2.962.3511.85-
YUV34.66163.74104.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.44%
GREEN value IS 39 (15.62% from 255) = 28.06%
BLUE value IS 98 (38.67% from 255) = 70.50%
R=1.44%
G=28.06%
B=70.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal239980.980.6000.62216.889619.61
Hex22762623C03Ed96014
Octal2471421427407633114024
Binary1010011111000101100010111100011111011011001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022762; }

 p { color: rgb(2,39,98); }

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

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

 a { background-color: rgb(2,39,98); }

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

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

 span { border-color: rgb(2,39,98); }

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