#08174D

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

Shades of Sapphire #08174D

Tints of Sapphire #08174D

Color information

#08174D (or 0x08174D) is unknown color: approx Sapphire. HEX triplet: 08, 17 and 4D. RGB value is (8,23,77). Sum of RGB (Red+Green+Blue) = 8+23+77=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 77 (30.47% from 255 or 71.30% from 108); Max value from RGB is 77 - color contains mainly: blue. Hex color #08174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08174D is #F7E8B2. Grayscale: #181818. Windows color (decimal): -16246963 or 5052168. OLE color: 5052168.

HSL color Cylindrical-coordinate representation of color #08174D: hue angle of 226.96º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08174D is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB82377-
CMYK0.900.7000.70
HSL226.96º81.18%16.67%-
HSV(B)226.96º89.61%30.2%-
XYZ1.751.27.16-
YUV24.67157.53116.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 23 (9.38% from 255) = 21.30%
BLUE value IS 77 (30.47% from 255) = 71.30%
R=7.41%
G=21.30%
B=71.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal823770.900.7000.70226.9681.1816.67
Hex8174D5A46046e35111
Octal1027115132106010634312121
Binary1000101111001101101101010001100100011011100011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08174D; }

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

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

<style>
 a { background-color: #08174D; }

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

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

<style>
 span { border-color: #08174D; }

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

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