#08155B

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

Shades of Sapphire #08155B

Tints of Sapphire #08155B

Color information

#08155B (or 0x08155B) is unknown color: approx Sapphire. HEX triplet: 08, 15 and 5B. RGB value is (8,21,91). Sum of RGB (Red+Green+Blue) = 8+21+91=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 91 (35.94% from 255 or 75.83% from 120); Max value from RGB is 91 - color contains mainly: blue. Hex color #08155B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08155B is #F7EAA4. Grayscale: #181818. Windows color (decimal): -16247461 or 5969160. OLE color: 5969160.

HSL color Cylindrical-coordinate representation of color #08155B: hue angle of 230.6º 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 #08155B is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB82191-
CMYK0.910.7700.64
HSL230.6º83.84%19.41%-
HSV(B)230.6º91.21%35.69%-
XYZ2.261.3410.04-
YUV25.09165.19115.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.67%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 91 (35.94% from 255) = 75.83%
R=6.67%
G=17.5%
B=75.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal821910.910.7700.64230.683.8419.41
Hex8155B5B4D040e75413
Octal1025133133115010034712423
Binary1000101011011011101101110011010100000011100111101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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