#08196A

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

Shades of Sapphire #08196A

Tints of Sapphire #08196A

Color information

#08196A (or 0x08196A) is unknown color: approx Sapphire. HEX triplet: 08, 19 and 6A. RGB value is (8,25,106). Sum of RGB (Red+Green+Blue) = 8+25+106=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 106 (41.80% from 255 or 76.26% from 139); Max value from RGB is 106 - color contains mainly: blue. Hex color #08196A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08196A is #F7E695. Grayscale: #1C1C1C. Windows color (decimal): -16246422 or 6953224. OLE color: 6953224.

HSL color Cylindrical-coordinate representation of color #08196A: hue angle of 229.59º 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 #08196A is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB825106-
CMYK0.920.7600.58
HSL229.59º85.96%22.35%-
HSV(B)229.59º92.45%41.57%-
XYZ3.051.7913.82-
YUV29.15171.37112.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 25 (10.16% from 255) = 17.99%
BLUE value IS 106 (41.80% from 255) = 76.26%
R=5.76%
G=17.99%
B=76.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8251060.920.7600.58229.5985.9622.35
Hex8196A5C4C03Ae65616
Octal103115213411407234612626
Binary100011001110101010111001001100011101011100110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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