#08296A

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

Shades of Sapphire #08296A

Tints of Sapphire #08296A

Color information

#08296A (or 0x08296A) is unknown color: approx Sapphire. HEX triplet: 08, 29 and 6A. RGB value is (8,41,106). Sum of RGB (Red+Green+Blue) = 8+41+106=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 106 (41.80% from 255 or 68.39% from 155); Max value from RGB is 106 - color contains mainly: blue. Hex color #08296A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08296A is #F7D695. Grayscale: #262626. Windows color (decimal): -16242326 or 6957320. OLE color: 6957320.

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

Color convert

RGB841106-
CMYK0.920.6100.58
HSL219.8º85.96%22.35%-
HSV(B)219.8º92.45%41.57%-
XYZ3.492.6813.97-
YUV38.54166.07106.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.16%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 106 (41.80% from 255) = 68.39%
R=5.16%
G=26.45%
B=68.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8411060.920.6100.58219.885.9622.35
Hex8296A5C3D03Adc5616
Octal10511521347507233412626
Binary100010100111010101011100111101011101011011100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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