#08224F

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

Shades of Sapphire #08224F

Tints of Sapphire #08224F

Color information

#08224F (or 0x08224F) is unknown color: approx Sapphire. HEX triplet: 08, 22 and 4F. RGB value is (8,34,79). Sum of RGB (Red+Green+Blue) = 8+34+79=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 79 (31.25% from 255 or 65.29% from 121); Max value from RGB is 79 - color contains mainly: blue. Hex color #08224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08224F is #F7DDB0. Grayscale: #1F1F1F. Windows color (decimal): -16244145 or 5186056. OLE color: 5186056.

HSL color Cylindrical-coordinate representation of color #08224F: hue angle of 218.03º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08224F is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB83479-
CMYK0.900.5700.69
HSL218.03º81.61%17.06%-
HSV(B)218.03º89.87%30.98%-
XYZ2.081.767.63-
YUV31.36154.89111.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 34 (13.67% from 255) = 28.10%
BLUE value IS 79 (31.25% from 255) = 65.29%
R=6.61%
G=28.10%
B=65.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal834790.900.5700.69218.0381.6117.06
Hex8224F5A39045da5211
Octal104211713271010533212221
Binary1000100010100111110110101110010100010111011010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08224F; }

 p { color: rgb(8,34,79); }

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

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

 a { background-color: rgb(8,34,79); }

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

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

 span { border-color: rgb(8,34,79); }

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