Html Css Color HEX #08175A Sapphire

📋 copy color: '#08175A'

red 8 ◦ green 23 ◦ blue 90

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

Shades of Sapphire #08175A

Tints of Sapphire #08175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 74.38%

R = 6.61%
G = 19.01%
B = 74.38%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#08175A (or 0x08175A) is known color: Sapphire. HEX triplet: 08, 17 and 5A. RGB value is (8,23,90). Sum of RGB (Red+Green+Blue) = 8+23+90=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 90 (35.55% from 255 or 74.38% from 121); Max value from RGB is 90 - color contains mainly: blue. Hex color #08175A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08175A is #F7E8A5. Grayscale: #191919. Windows color (decimal): -16246950 or 5904136. OLE color: 5904136.

HSL color Cylindrical-coordinate representation of color #08175A: hue angle of 229.02º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08175A is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 23 90 -
CMYK 0.91 0.74 0 0.65
HSL 229.02º 0.84% 0.19% -
HSV(B) 229.02º 0.91% 0.35% -
XYZ 2.25 1.4 9.82 -
YUV 26.15 164.03 115.05 -
System Red Green Blue C M Y K H S L
Decimal 8 23 90 0.91 0.74 0 0.65 229.02 0.84 0.19
Hex 8 17 5A 5B 4A 0 41 E5 54 13
Octal 10 27 132 133 112 0 101 345 124 23
Binary 1000 10111 1011010 1011011 1001010 0 1000001 11100101 1010100 10011

Color Harmonies of #08175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08175A

Black with #08175A

Text Example


Text Example

White with #08175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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