Html Css Color HEX #09174C Sapphire

📋 copy color: '#09174C'

red 9 ◦ green 23 ◦ blue 76

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

Shades of Sapphire #09174C

Tints of Sapphire #09174C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 70.37%

R = 8.33%
G = 21.3%
B = 70.37%

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

#09174C (or 0x09174C) is known color: Sapphire. HEX triplet: 09, 17 and 4C. RGB value is (9,23,76). Sum of RGB (Red+Green+Blue) = 9+23+76=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 76 (30.08% from 255 or 70.37% from 108); Max value from RGB is 76 - color contains mainly: blue. Hex color #09174C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09174C is #F6E8B3. Grayscale: #181818. Windows color (decimal): -16181428 or 4986633. OLE color: 4986633.

HSL color Cylindrical-coordinate representation of color #09174C: hue angle of 227.46º 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 #09174C is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 23 76 -
CMYK 0.88 0.70 0 0.70
HSL 227.46º 0.79% 0.17% -
HSV(B) 227.46º 0.88% 0.3% -
XYZ 1.72 1.19 6.98 -
YUV 24.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 9 23 76 0.88 0.70 0 0.70 227.46 0.79 0.17
Hex 9 17 4C 58 46 0 46 E3 4F 11
Octal 11 27 114 130 106 0 106 343 117 21
Binary 1001 10111 1001100 1011000 1000110 0 1000110 11100011 1001111 10001

Color Harmonies of #09174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09174C

Black with #09174C

Text Example


Text Example

White with #09174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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