#08175C

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

Shades of Sapphire #08175C

Tints of Sapphire #08175C

Color information

#08175C (or 0x08175C) is unknown color: approx Sapphire. HEX triplet: 08, 17 and 5C. RGB value is (8,23,92). Sum of RGB (Red+Green+Blue) = 8+23+92=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 92 (36.33% from 255 or 74.80% from 123); Max value from RGB is 92 - color contains mainly: blue. Hex color #08175C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08175C is #F7E8A3. Grayscale: #1A1A1A. Windows color (decimal): -16246948 or 6035208. OLE color: 6035208.

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

Color convert

RGB82392-
CMYK0.910.7500.64
HSL229.29º84%19.61%-
HSV(B)229.29º91.3%36.08%-
XYZ2.341.4410.28-
YUV26.38165.03114.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 92 (36.33% from 255) = 74.80%
R=6.50%
G=18.70%
B=74.80%

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
Decimal823920.910.7500.64229.298419.61
Hex8175C5B4B040e55414
Octal1027134133113010034512424
Binary1000101111011100101101110010110100000011100101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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