#08244F

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

Shades of Sapphire #08244F

Tints of Sapphire #08244F

Color information

#08244F (or 0x08244F) is unknown color: approx Sapphire. HEX triplet: 08, 24 and 4F. RGB value is (8,36,79). Sum of RGB (Red+Green+Blue) = 8+36+79=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 79 (31.25% from 255 or 64.23% from 123); Max value from RGB is 79 - color contains mainly: blue. Hex color #08244F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08244F is #F7DBB0. Grayscale: #202020. Windows color (decimal): -16243633 or 5186568. OLE color: 5186568.

HSL color Cylindrical-coordinate representation of color #08244F: hue angle of 216.34º 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 #08244F is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB83679-
CMYK0.900.5400.69
HSL216.34º81.61%17.06%-
HSV(B)216.34º89.87%30.98%-
XYZ2.141.887.65-
YUV32.53154.22110.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 79 (31.25% from 255) = 64.23%
R=6.50%
G=29.27%
B=64.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal836790.900.5400.69216.3481.6117.06
Hex8244F5A36045d85211
Octal104411713266010533012221
Binary1000100100100111110110101101100100010111011000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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