Html Css Color HEX #08175E Sapphire

📋 copy color: '#08175E'

red 8 ◦ green 23 ◦ blue 94

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

Shades of Sapphire #08175E

Tints of Sapphire #08175E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 75.2%

R = 6.4%
G = 18.4%
B = 75.2%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08175E (or 0x08175E) is known color: Sapphire. HEX triplet: 08, 17 and 5E. RGB value is (8,23,94). Sum of RGB (Red+Green+Blue) = 8+23+94=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 94 (37.11% from 255 or 75.2% from 125); Max value from RGB is 94 - color contains mainly: blue. Hex color #08175E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08175E is #F7E8A1. Grayscale: #1A1A1A. Windows color (decimal): -16246946 or 6166280. OLE color: 6166280.

HSL color Cylindrical-coordinate representation of color #08175E: hue angle of 229.53º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08175E is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 23 94 -
CMYK 0.91 0.76 0 0.63
HSL 229.53º 0.84% 0.2% -
HSV(B) 229.53º 0.91% 0.37% -
XYZ 2.43 1.47 10.75 -
YUV 26.61 166.03 114.73 -
System Red Green Blue C M Y K H S L
Decimal 8 23 94 0.91 0.76 0 0.63 229.53 0.84 0.2
Hex 8 17 5E 5B 4C 0 3F E6 54 14
Octal 10 27 136 133 114 0 77 346 124 24
Binary 1000 10111 1011110 1011011 1001100 0 111111 11100110 1010100 10100

Color Harmonies of #08175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08175E

Black with #08175E

Text Example


Text Example

White with #08175E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08175E; }

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

 H1.HeaderClassName
 {
   color: #08175E;
 }
 .AnyTagClassName
 {
   color: #08175E;
 }
</style>

background-color css

<style>
 a { background-color: #08175E; }

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

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

border-color css

<style>
 span { border-color: #08175E; }

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

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