#08174A

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

Shades of Sapphire #08174A

Tints of Sapphire #08174A

Color information

#08174A (or 0x08174A) is unknown color: approx Sapphire. HEX triplet: 08, 17 and 4A. RGB value is (8,23,74). Sum of RGB (Red+Green+Blue) = 8+23+74=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 74 (29.30% from 255 or 70.48% from 105); Max value from RGB is 74 - color contains mainly: blue. Hex color #08174A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08174A is #F7E8B5. Grayscale: #181818. Windows color (decimal): -16246966 or 4855560. OLE color: 4855560.

HSL color Cylindrical-coordinate representation of color #08174A: hue angle of 226.36º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08174A is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB82374-
CMYK0.890.6900.71
HSL226.36º80.49%16.08%-
HSV(B)226.36º89.19%29.02%-
XYZ1.641.166.62-
YUV24.33156.03116.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.62%
GREEN value IS 23 (9.38% from 255) = 21.90%
BLUE value IS 74 (29.30% from 255) = 70.48%
R=7.62%
G=21.90%
B=70.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal823740.890.6900.71226.3680.4916.08
Hex8174A5945047e25010
Octal1027112131105010734212020
Binary1000101111001010101100110001010100011111100010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08174A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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