Html Css Color HEX #093173 Sapphire

📋 copy color: '#093173'

red 9 ◦ green 49 ◦ blue 115

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

Shades of Sapphire #093173

Tints of Sapphire #093173

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.32%

 BLUE value IS 115 (45.31% from 255) = 66.47%

R = 5.2%
G = 28.32%
B = 66.47%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#093173 (or 0x093173) is known color: Sapphire. HEX triplet: 09, 31 and 73. RGB value is (9,49,115). Sum of RGB (Red+Green+Blue) = 9+49+115=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 115 (45.31% from 255 or 66.47% from 173); Max value from RGB is 115 - color contains mainly: blue. Hex color #093173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093173 is #F6CE8C. Grayscale: #2C2C2C. Windows color (decimal): -16174733 or 7549193. OLE color: 7549193.

HSL color Cylindrical-coordinate representation of color #093173: hue angle of 217.36º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093173 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 49 115 -
CMYK 0.92 0.57 0 0.55
HSL 217.36º 0.85% 0.24% -
HSV(B) 217.36º 0.92% 0.45% -
XYZ 4.31 3.49 16.67 -
YUV 44.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 9 49 115 0.92 0.57 0 0.55 217.36 0.85 0.24
Hex 9 31 73 5C 39 0 37 D9 55 18
Octal 11 61 163 134 71 0 67 331 125 30
Binary 1001 110001 1110011 1011100 111001 0 110111 11011001 1010101 11000

Color Harmonies of #093173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093173

Black with #093173

Text Example


Text Example

White with #093173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093173; }

 p { color: rgb(9,49,115); }

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

background-color css

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

 a { background-color: rgb(9,49,115); }

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

border-color css

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

 span { border-color: rgb(9,49,115); }

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