#022656

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

Shades of Sapphire #022656

Tints of Sapphire #022656

Color information

#022656 (or 0x022656) is unknown color: approx Sapphire. HEX triplet: 02, 26 and 56. RGB value is (2,38,86). Sum of RGB (Red+Green+Blue) = 2+38+86=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 86 (33.98% from 255 or 68.25% from 126); Max value from RGB is 86 - color contains mainly: blue. Hex color #022656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022656 is #FDD9A9. Grayscale: #202020. Windows color (decimal): -16636330 or 5645826. OLE color: 5645826.

HSL color Cylindrical-coordinate representation of color #022656: hue angle of 214.29º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022656 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB23886-
CMYK0.980.5600.66
HSL214.29º95.45%17.25%-
HSV(B)214.29º97.67%33.73%-
XYZ2.42.079.08-
YUV32.71158.07106.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 38 (15.23% from 255) = 30.16%
BLUE value IS 86 (33.98% from 255) = 68.25%
R=1.59%
G=30.16%
B=68.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal238860.980.5600.66214.2995.4517.25
Hex226566238042d65f11
Octal24612614270010232613721
Binary10100110101011011000101110000100001011010110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022656; }

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

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

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

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

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

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

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

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