#022676

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

Shades of Sapphire #022676

Tints of Sapphire #022676

Color information

#022676 (or 0x022676) is unknown color: approx Sapphire. HEX triplet: 02, 26 and 76. RGB value is (2,38,118). Sum of RGB (Red+Green+Blue) = 2+38+118=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #022676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022676 is #FDD989. Grayscale: #242424. Windows color (decimal): -16636298 or 7742978. OLE color: 7742978.

HSL color Cylindrical-coordinate representation of color #022676: hue angle of 221.38º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022676 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB238118-
CMYK0.980.6800.54
HSL221.38º96.67%23.53%-
HSV(B)221.38º98.31%46.27%-
XYZ3.992.7117.45-
YUV36.36174.07103.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 118 (46.48% from 255) = 74.68%
R=1.27%
G=24.05%
B=74.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2381180.980.6800.54221.3896.6723.53
Hex226766244036dd6118
Octal24616614210406633514130
Binary10100110111011011000101000100011011011011101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022676; }

 p { color: rgb(2,38,118); }

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

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

 a { background-color: rgb(2,38,118); }

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

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

 span { border-color: rgb(2,38,118); }

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