#08245D

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

Shades of Sapphire #08245D

Tints of Sapphire #08245D

Color information

#08245D (or 0x08245D) is unknown color: approx Sapphire. HEX triplet: 08, 24 and 5D. RGB value is (8,36,93). Sum of RGB (Red+Green+Blue) = 8+36+93=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #08245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08245D is #F7DBA2. Grayscale: #212121. Windows color (decimal): -16243619 or 6104072. OLE color: 6104072.

HSL color Cylindrical-coordinate representation of color #08245D: hue angle of 220.24º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08245D is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB83693-
CMYK0.910.6100.64
HSL220.24º84.16%19.8%-
HSV(B)220.24º91.4%36.47%-
XYZ2.712.110.62-
YUV34.13161.22109.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 93 (36.72% from 255) = 67.88%
R=5.84%
G=26.28%
B=67.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal836930.910.6100.64220.2484.1619.8
Hex8245D5B3D040dc5414
Octal104413513375010033412424
Binary1000100100101110110110111111010100000011011100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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