Html Css Color HEX #092173 Sapphire

📋 copy color: '#092173'

red 9 ◦ green 33 ◦ blue 115

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

Shades of Sapphire #092173

Tints of Sapphire #092173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.02%

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

R = 5.73%
G = 21.02%
B = 73.25%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#092173 (or 0x092173) is known color: Sapphire. HEX triplet: 09, 21 and 73. RGB value is (9,33,115). Sum of RGB (Red+Green+Blue) = 9+33+115=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #092173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092173 is #F6DE8C. Grayscale: #222222. Windows color (decimal): -16178829 or 7545097. OLE color: 7545097.

HSL color Cylindrical-coordinate representation of color #092173: hue angle of 226.42º 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 #092173 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 33 115 -
CMYK 0.92 0.71 0 0.55
HSL 226.42º 0.85% 0.24% -
HSV(B) 226.42º 0.92% 0.45% -
XYZ 3.75 2.38 16.48 -
YUV 35.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 9 33 115 0.92 0.71 0 0.55 226.42 0.85 0.24
Hex 9 21 73 5C 47 0 37 E2 55 18
Octal 11 41 163 134 107 0 67 342 125 30
Binary 1001 100001 1110011 1011100 1000111 0 110111 11100010 1010101 11000

Color Harmonies of #092173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092173

Black with #092173

Text Example


Text Example

White with #092173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092173; }

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

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

background-color css

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

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

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

border-color css

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

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

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