#08296B

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

Shades of Sapphire #08296B

Tints of Sapphire #08296B

Color information

#08296B (or 0x08296B) is unknown color: approx Sapphire. HEX triplet: 08, 29 and 6B. RGB value is (8,41,107). Sum of RGB (Red+Green+Blue) = 8+41+107=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 107 (42.19% from 255 or 68.59% from 156); Max value from RGB is 107 - color contains mainly: blue. Hex color #08296B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08296B is #F7D694. Grayscale: #262626. Windows color (decimal): -16242325 or 7022856. OLE color: 7022856.

HSL color Cylindrical-coordinate representation of color #08296B: hue angle of 220º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08296B is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB841107-
CMYK0.930.6200.58
HSL220º86.09%22.55%-
HSV(B)220º92.52%41.96%-
XYZ3.552.714.24-
YUV38.66166.57106.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 107 (42.19% from 255) = 68.59%
R=5.13%
G=26.28%
B=68.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8411070.930.6200.5822086.0922.55
Hex8296B5D3E03Adc5617
Octal10511531357607233412627
Binary100010100111010111011101111110011101011011100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08296B; }

 p { color: rgb(8,41,107); }

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

<style>
 a { background-color: #08296B; }

 a { background-color: rgb(8,41,107); }

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

<style>
 span { border-color: #08296B; }

 span { border-color: rgb(8,41,107); }

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