#08105A

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

Shades of Sapphire #08105A

Tints of Sapphire #08105A

Color information

#08105A (or 0x08105A) is unknown color: approx Sapphire. HEX triplet: 08, 10 and 5A. RGB value is (8,16,90). Sum of RGB (Red+Green+Blue) = 8+16+90=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 90 (35.55% from 255 or 78.95% from 114); Max value from RGB is 90 - color contains mainly: blue. Hex color #08105A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08105A is #F7EFA5. Grayscale: #151515. Windows color (decimal): -16248742 or 5902344. OLE color: 5902344.

HSL color Cylindrical-coordinate representation of color #08105A: hue angle of 234.15º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08105A is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB81690-
CMYK0.910.8200.65
HSL234.15º83.67%19.22%-
HSV(B)234.15º91.11%35.29%-
XYZ2.131.169.78-
YUV22.04166.35117.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 90 (35.55% from 255) = 78.95%
R=7.02%
G=14.04%
B=78.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal816900.910.8200.65234.1583.6719.22
Hex8105A5B52041ea5413
Octal1020132133122010135212423
Binary1000100001011010101101110100100100000111101010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,16,90); }

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

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

 a { background-color: rgb(8,16,90); }

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

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

 span { border-color: rgb(8,16,90); }

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