#08246D

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

Shades of Sapphire #08246D

Tints of Sapphire #08246D

Color information

#08246D (or 0x08246D) is unknown color: approx Sapphire. HEX triplet: 08, 24 and 6D. RGB value is (8,36,109). Sum of RGB (Red+Green+Blue) = 8+36+109=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #08246D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08246D is #F7DB92. Grayscale: #232323. Windows color (decimal): -16243603 or 7152648. OLE color: 7152648.

HSL color Cylindrical-coordinate representation of color #08246D: hue angle of 223.37º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08246D is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB836109-
CMYK0.930.6700.57
HSL223.37º86.32%22.94%-
HSV(B)223.37º92.66%42.75%-
XYZ3.492.4214.75-
YUV35.95169.22108.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.23%
GREEN value IS 36 (14.45% from 255) = 23.53%
BLUE value IS 109 (42.97% from 255) = 71.24%
R=5.23%
G=23.53%
B=71.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8361090.930.6700.57223.3786.3222.94
Hex8246D5D43039df5617
Octal104415513510307133712627
Binary1000100100110110110111011000011011100111011111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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