#08185B

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

Shades of Sapphire #08185B

Tints of Sapphire #08185B

Color information

#08185B (or 0x08185B) is unknown color: approx Sapphire. HEX triplet: 08, 18 and 5B. RGB value is (8,24,91). Sum of RGB (Red+Green+Blue) = 8+24+91=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 91 (35.94% from 255 or 73.98% from 123); Max value from RGB is 91 - color contains mainly: blue. Hex color #08185B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08185B is #F7E7A4. Grayscale: #1A1A1A. Windows color (decimal): -16246693 or 5969928. OLE color: 5969928.

HSL color Cylindrical-coordinate representation of color #08185B: hue angle of 228.43º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08185B is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB82491-
CMYK0.910.7400.64
HSL228.43º83.84%19.41%-
HSV(B)228.43º91.21%35.69%-
XYZ2.321.4610.06-
YUV26.85164.2114.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 91 (35.94% from 255) = 73.98%
R=6.50%
G=19.51%
B=73.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal824910.910.7400.64228.4383.8419.41
Hex8185B5B4A040e45413
Octal1030133133112010034412423
Binary1000110001011011101101110010100100000011100100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,24,91); }

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

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

 a { background-color: rgb(8,24,91); }

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

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

 span { border-color: rgb(8,24,91); }

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