Html Css Color HEX #08175D Sapphire

📋 copy color: '#08175D'

red 8 ◦ green 23 ◦ blue 93

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

Shades of Sapphire #08175D

Tints of Sapphire #08175D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 75%

R = 6.45%
G = 18.55%
B = 75%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08175D (or 0x08175D) is known color: Sapphire. HEX triplet: 08, 17 and 5D. RGB value is (8,23,93). Sum of RGB (Red+Green+Blue) = 8+23+93=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 93 (36.72% from 255 or 75% from 124); Max value from RGB is 93 - color contains mainly: blue. Hex color #08175D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08175D is #F7E8A2. Grayscale: #1A1A1A. Windows color (decimal): -16246947 or 6100744. OLE color: 6100744.

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

Color convert

RGB 8 23 93 -
CMYK 0.91 0.75 0 0.64
HSL 229.41º 0.84% 0.2% -
HSV(B) 229.41º 0.91% 0.36% -
XYZ 2.38 1.45 10.51 -
YUV 26.5 165.53 114.81 -
System Red Green Blue C M Y K H S L
Decimal 8 23 93 0.91 0.75 0 0.64 229.41 0.84 0.2
Hex 8 17 5D 5B 4B 0 40 E5 54 14
Octal 10 27 135 133 113 0 100 345 124 24
Binary 1000 10111 1011101 1011011 1001011 0 1000000 11100101 1010100 10100

Color Harmonies of #08175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08175D

Black with #08175D

Text Example


Text Example

White with #08175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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