Html Css Color HEX #09176B Sapphire

📋 copy color: '#09176B'

red 9 ◦ green 23 ◦ blue 107

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

Shades of Sapphire #09176B

Tints of Sapphire #09176B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 76.98%

R = 6.47%
G = 16.55%
B = 76.98%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09176B (or 0x09176B) is known color: Sapphire. HEX triplet: 09, 17 and 6B. RGB value is (9,23,107). Sum of RGB (Red+Green+Blue) = 9+23+107=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 107 (42.19% from 255 or 76.98% from 139); Max value from RGB is 107 - color contains mainly: blue. Hex color #09176B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09176B is #F6E894. Grayscale: #1C1C1C. Windows color (decimal): -16181397 or 7018249. OLE color: 7018249.

HSL color Cylindrical-coordinate representation of color #09176B: hue angle of 231.43º 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 #09176B is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 23 107 -
CMYK 0.92 0.79 0 0.58
HSL 231.43º 0.84% 0.23% -
HSV(B) 231.43º 0.92% 0.42% -
XYZ 3.07 1.73 14.08 -
YUV 28.39 172.36 114.17 -
System Red Green Blue C M Y K H S L
Decimal 9 23 107 0.92 0.79 0 0.58 231.43 0.84 0.23
Hex 9 17 6B 5C 4F 0 3A E7 54 17
Octal 11 27 153 134 117 0 72 347 124 27
Binary 1001 10111 1101011 1011100 1001111 0 111010 11100111 1010100 10111

Color Harmonies of #09176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09176B

Black with #09176B

Text Example


Text Example

White with #09176B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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