Html Css Color HEX #08176D Sapphire

📋 copy color: '#08176D'

red 8 ◦ green 23 ◦ blue 109

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

Shades of Sapphire #08176D

Tints of Sapphire #08176D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 77.86%

R = 5.71%
G = 16.43%
B = 77.86%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08176D (or 0x08176D) is known color: Sapphire. HEX triplet: 08, 17 and 6D. RGB value is (8,23,109). Sum of RGB (Red+Green+Blue) = 8+23+109=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 109 (42.97% from 255 or 77.86% from 140); Max value from RGB is 109 - color contains mainly: blue. Hex color #08176D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08176D is #F7E892. Grayscale: #1B1B1B. Windows color (decimal): -16246931 or 7149320. OLE color: 7149320.

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

Color convert

RGB 8 23 109 -
CMYK 0.93 0.79 0 0.57
HSL 231.09º 0.86% 0.23% -
HSV(B) 231.09º 0.93% 0.43% -
XYZ 3.17 1.77 14.64 -
YUV 28.32 173.53 113.51 -
System Red Green Blue C M Y K H S L
Decimal 8 23 109 0.93 0.79 0 0.57 231.09 0.86 0.23
Hex 8 17 6D 5D 4F 0 39 E7 56 17
Octal 10 27 155 135 117 0 71 347 126 27
Binary 1000 10111 1101101 1011101 1001111 0 111001 11100111 1010110 10111

Color Harmonies of #08176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08176D

Black with #08176D

Text Example


Text Example

White with #08176D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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