Html Css Color HEX #09175A Sapphire

📋 copy color: '#09175A'

red 9 ◦ green 23 ◦ blue 90

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

Shades of Sapphire #09175A

Tints of Sapphire #09175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 73.77%

R = 7.38%
G = 18.85%
B = 73.77%

CMYK

 C value IS 0.9

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09175A (or 0x09175A) is known color: Sapphire. HEX triplet: 09, 17 and 5A. RGB value is (9,23,90). Sum of RGB (Red+Green+Blue) = 9+23+90=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 90 (35.55% from 255 or 73.77% from 122); Max value from RGB is 90 - color contains mainly: blue. Hex color #09175A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09175A is #F6E8A5. Grayscale: #1A1A1A. Windows color (decimal): -16181414 or 5904137. OLE color: 5904137.

HSL color Cylindrical-coordinate representation of color #09175A: hue angle of 229.63º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09175A is Cyan = 0.9, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 23 90 -
CMYK 0.9 0.74 0 0.65
HSL 229.63º 0.82% 0.19% -
HSV(B) 229.63º 0.9% 0.35% -
XYZ 2.26 1.41 9.83 -
YUV 26.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 9 23 90 0.9 0.74 0 0.65 229.63 0.82 0.19
Hex 9 17 5A 5A 4A 0 41 E6 52 13
Octal 11 27 132 132 112 0 101 346 122 23
Binary 1001 10111 1011010 1011010 1001010 0 1000001 11100110 1010010 10011

Color Harmonies of #09175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09175A

Black with #09175A

Text Example


Text Example

White with #09175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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