Html Css Color HEX #09174D Sapphire

📋 copy color: '#09174D'

red 9 ◦ green 23 ◦ blue 77

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

Shades of Sapphire #09174D

Tints of Sapphire #09174D

RGB

 RED value IS 9 (3.91% from 255) = 8.26%

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

 BLUE value IS 77 (30.47% from 255) = 70.64%

R = 8.26%
G = 21.1%
B = 70.64%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09174D (or 0x09174D) is known color: Sapphire. HEX triplet: 09, 17 and 4D. RGB value is (9,23,77). Sum of RGB (Red+Green+Blue) = 9+23+77=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 77 (30.47% from 255 or 70.64% from 109); Max value from RGB is 77 - color contains mainly: blue. Hex color #09174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09174D is #F6E8B2. Grayscale: #181818. Windows color (decimal): -16181427 or 5052169. OLE color: 5052169.

HSL color Cylindrical-coordinate representation of color #09174D: hue angle of 227.65º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09174D is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 23 77 -
CMYK 0.88 0.70 0 0.70
HSL 227.65º 0.79% 0.17% -
HSV(B) 227.65º 0.88% 0.3% -
XYZ 1.76 1.21 7.16 -
YUV 24.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 9 23 77 0.88 0.70 0 0.70 227.65 0.79 0.17
Hex 9 17 4D 58 46 0 46 E4 4F 11
Octal 11 27 115 130 106 0 106 344 117 21
Binary 1001 10111 1001101 1011000 1000110 0 1000110 11100100 1001111 10001

Color Harmonies of #09174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09174D

Black with #09174D

Text Example


Text Example

White with #09174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,23,77); }

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

background-color css

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

 a { background-color: rgb(9,23,77); }

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

border-color css

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

 span { border-color: rgb(9,23,77); }

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