#08224D

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

Shades of Sapphire #08224D

Tints of Sapphire #08224D

Color information

#08224D (or 0x08224D) is unknown color: approx Sapphire. HEX triplet: 08, 22 and 4D. RGB value is (8,34,77). Sum of RGB (Red+Green+Blue) = 8+34+77=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #08224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08224D is #F7DDB2. Grayscale: #1E1E1E. Windows color (decimal): -16244147 or 5054984. OLE color: 5054984.

HSL color Cylindrical-coordinate representation of color #08224D: hue angle of 217.39º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08224D is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB83477-
CMYK0.900.5600.70
HSL217.39º81.18%16.67%-
HSV(B)217.39º89.61%30.2%-
XYZ2.011.737.25-
YUV31.13153.89111.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 77 (30.47% from 255) = 64.71%
R=6.72%
G=28.57%
B=64.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal834770.900.5600.70217.3981.1816.67
Hex8224D5A38046d95111
Octal104211513270010633112121
Binary1000100010100110110110101110000100011011011001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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