Html Css Color HEX #09176A Sapphire

📋 copy color: '#09176A'

red 9 ◦ green 23 ◦ blue 106

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

Shades of Sapphire #09176A

Tints of Sapphire #09176A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 76.81%

R = 6.52%
G = 16.67%
B = 76.81%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09176A (or 0x09176A) is known color: Sapphire. HEX triplet: 09, 17 and 6A. RGB value is (9,23,106). Sum of RGB (Red+Green+Blue) = 9+23+106=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 106 (41.80% from 255 or 76.81% from 138); Max value from RGB is 106 - color contains mainly: blue. Hex color #09176A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09176A is #F6E895. Grayscale: #1B1B1B. Windows color (decimal): -16181398 or 6952713. OLE color: 6952713.

HSL color Cylindrical-coordinate representation of color #09176A: hue angle of 231.34º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09176A is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 23 106 -
CMYK 0.92 0.78 0 0.58
HSL 231.34º 0.84% 0.23% -
HSV(B) 231.34º 0.92% 0.42% -
XYZ 3.02 1.71 13.81 -
YUV 28.28 171.86 114.25 -
System Red Green Blue C M Y K H S L
Decimal 9 23 106 0.92 0.78 0 0.58 231.34 0.84 0.23
Hex 9 17 6A 5C 4E 0 3A E7 54 17
Octal 11 27 152 134 116 0 72 347 124 27
Binary 1001 10111 1101010 1011100 1001110 0 111010 11100111 1010100 10111

Color Harmonies of #09176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09176A

Black with #09176A

Text Example


Text Example

White with #09176A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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