Html Css Color HEX #08174E Sapphire

📋 copy color: '#08174E'

red 8 ◦ green 23 ◦ blue 78

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

Shades of Sapphire #08174E

Tints of Sapphire #08174E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 71.56%

R = 7.34%
G = 21.1%
B = 71.56%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08174E (or 0x08174E) is known color: Sapphire. HEX triplet: 08, 17 and 4E. RGB value is (8,23,78). Sum of RGB (Red+Green+Blue) = 8+23+78=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 78 (30.86% from 255 or 71.56% from 109); Max value from RGB is 78 - color contains mainly: blue. Hex color #08174E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08174E is #F7E8B1. Grayscale: #181818. Windows color (decimal): -16246962 or 5117704. OLE color: 5117704.

HSL color Cylindrical-coordinate representation of color #08174E: hue angle of 227.14º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08174E is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 23 78 -
CMYK 0.90 0.71 0 0.69
HSL 227.14º 0.81% 0.17% -
HSV(B) 227.14º 0.9% 0.31% -
XYZ 1.78 1.21 7.35 -
YUV 24.79 158.03 116.03 -
System Red Green Blue C M Y K H S L
Decimal 8 23 78 0.90 0.71 0 0.69 227.14 0.81 0.17
Hex 8 17 4E 5A 47 0 45 E3 51 11
Octal 10 27 116 132 107 0 105 343 121 21
Binary 1000 10111 1001110 1011010 1000111 0 1000101 11100011 1010001 10001

Color Harmonies of #08174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08174E

Black with #08174E

Text Example


Text Example

White with #08174E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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