#08244E

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

Shades of Sapphire #08244E

Tints of Sapphire #08244E

Color information

#08244E (or 0x08244E) is unknown color: approx Sapphire. HEX triplet: 08, 24 and 4E. RGB value is (8,36,78). Sum of RGB (Red+Green+Blue) = 8+36+78=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #08244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08244E is #F7DBB1. Grayscale: #202020. Windows color (decimal): -16243634 or 5121032. OLE color: 5121032.

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

Color convert

RGB83678-
CMYK0.900.5400.69
HSL216º81.4%16.86%-
HSV(B)216º89.74%30.59%-
XYZ2.111.867.46-
YUV32.42153.72110.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 78 (30.86% from 255) = 63.93%
R=6.56%
G=29.51%
B=63.93%

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
Decimal836780.900.5400.6921681.416.86
Hex8244E5A36045d85111
Octal104411613266010533012121
Binary1000100100100111010110101101100100010111011000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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