#08174B

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

Shades of Sapphire #08174B

Tints of Sapphire #08174B

Color information

#08174B (or 0x08174B) is unknown color: approx Sapphire. HEX triplet: 08, 17 and 4B. RGB value is (8,23,75). Sum of RGB (Red+Green+Blue) = 8+23+75=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 75 (29.69% from 255 or 70.75% from 106); Max value from RGB is 75 - color contains mainly: blue. Hex color #08174B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08174B is #F7E8B4. Grayscale: #181818. Windows color (decimal): -16246965 or 4921096. OLE color: 4921096.

HSL color Cylindrical-coordinate representation of color #08174B: hue angle of 226.57º degrees, saturation: 0.81, 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 #08174B is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB82375-
CMYK0.890.6900.71
HSL226.57º80.72%16.27%-
HSV(B)226.57º89.33%29.41%-
XYZ1.681.176.79-
YUV24.44156.53116.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 23 (9.38% from 255) = 21.70%
BLUE value IS 75 (29.69% from 255) = 70.75%
R=7.55%
G=21.70%
B=70.75%

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
Decimal823750.890.6900.71226.5780.7216.27
Hex8174B5945047e35110
Octal1027113131105010734312120
Binary1000101111001011101100110001010100011111100011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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