#08175B

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

Shades of Sapphire #08175B

Tints of Sapphire #08175B

Color information

#08175B (or 0x08175B) is unknown color: approx Sapphire. HEX triplet: 08, 17 and 5B. RGB value is (8,23,91). Sum of RGB (Red+Green+Blue) = 8+23+91=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 91 (35.94% from 255 or 74.59% from 122); Max value from RGB is 91 - color contains mainly: blue. Hex color #08175B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08175B is #F7E8A4. Grayscale: #191919. Windows color (decimal): -16246949 or 5969672. OLE color: 5969672.

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

Color convert

RGB82391-
CMYK0.910.7500.64
HSL229.16º83.84%19.41%-
HSV(B)229.16º91.21%35.69%-
XYZ2.291.4210.05-
YUV26.27164.53114.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 91 (35.94% from 255) = 74.59%
R=6.56%
G=18.85%
B=74.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal823910.910.7500.64229.1683.8419.41
Hex8175B5B4B040e55413
Octal1027133133113010034512423
Binary1000101111011011101101110010110100000011100101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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