Html Css Color HEX #09174B Sapphire

📋 copy color: '#09174B'

red 9 ◦ green 23 ◦ blue 75

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

Shades of Sapphire #09174B

Tints of Sapphire #09174B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 70.09%

R = 8.41%
G = 21.5%
B = 70.09%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09174B (or 0x09174B) is known color: Sapphire. HEX triplet: 09, 17 and 4B. RGB value is (9,23,75). Sum of RGB (Red+Green+Blue) = 9+23+75=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #09174B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09174B is #F6E8B4. Grayscale: #181818. Windows color (decimal): -16181429 or 4921097. OLE color: 4921097.

HSL color Cylindrical-coordinate representation of color #09174B: hue angle of 227.27º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09174B is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 23 75 -
CMYK 0.88 0.69 0 0.71
HSL 227.27º 0.79% 0.16% -
HSV(B) 227.27º 0.88% 0.29% -
XYZ 1.69 1.18 6.8 -
YUV 24.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 9 23 75 0.88 0.69 0 0.71 227.27 0.79 0.16
Hex 9 17 4B 58 45 0 47 E3 4F 10
Octal 11 27 113 130 105 0 107 343 117 20
Binary 1001 10111 1001011 1011000 1000101 0 1000111 11100011 1001111 10000

Color Harmonies of #09174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09174B

Black with #09174B

Text Example


Text Example

White with #09174B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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