Html Css Color HEX #08176F Sapphire

📋 copy color: '#08176F'

red 8 ◦ green 23 ◦ blue 111

#08176F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #08176F

Tints of Sapphire #08176F

RGB

 RED value IS 8 (3.52% from 255) = 5.63%

 GREEN value IS 23 (9.38% from 255) = 16.2%

 BLUE value IS 111 (43.75% from 255) = 78.17%

R = 5.63%
G = 16.2%
B = 78.17%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#08176F (or 0x08176F) is known color: Sapphire. HEX triplet: 08, 17 and 6F. RGB value is (8,23,111). Sum of RGB (Red+Green+Blue) = 8+23+111=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 111 (43.75% from 255 or 78.17% from 142); Max value from RGB is 111 - color contains mainly: blue. Hex color #08176F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08176F is #F7E890. Grayscale: #1C1C1C. Windows color (decimal): -16246929 or 7280392. OLE color: 7280392.

HSL color Cylindrical-coordinate representation of color #08176F: hue angle of 231.26º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08176F is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 23 111 -
CMYK 0.93 0.79 0 0.56
HSL 231.26º 0.87% 0.23% -
HSV(B) 231.26º 0.93% 0.44% -
XYZ 3.28 1.81 15.22 -
YUV 28.55 174.53 113.34 -
System Red Green Blue C M Y K H S L
Decimal 8 23 111 0.93 0.79 0 0.56 231.26 0.87 0.23
Hex 8 17 6F 5D 4F 0 38 E7 57 17
Octal 10 27 157 135 117 0 70 347 127 27
Binary 1000 10111 1101111 1011101 1001111 0 111000 11100111 1010111 10111

Color Harmonies of #08176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08176F

Black with #08176F

Text Example


Text Example

White with #08176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08176F; }

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

 H1.HeaderClassName
 {
   color: #08176F;
 }
 .AnyTagClassName
 {
   color: #08176F;
 }
</style>

background-color css

<style>
 a { background-color: #08176F; }

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

 div.DivClassName
 {
   background-color: #08176F;
 }
 .BgClassName
 {
   background-color: #08176F;
 }
</style>

border-color css

<style>
 span { border-color: #08176F; }

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

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