Html Css Color HEX #092573 Sapphire

📋 copy color: '#092573'

red 9 ◦ green 37 ◦ blue 115

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

Shades of Sapphire #092573

Tints of Sapphire #092573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.98%

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

R = 5.59%
G = 22.98%
B = 71.43%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#092573 (or 0x092573) is known color: Sapphire. HEX triplet: 09, 25 and 73. RGB value is (9,37,115). Sum of RGB (Red+Green+Blue) = 9+37+115=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 115 (45.31% from 255 or 71.43% from 161); Max value from RGB is 115 - color contains mainly: blue. Hex color #092573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092573 is #F6DA8C. Grayscale: #252525. Windows color (decimal): -16177805 or 7546121. OLE color: 7546121.

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

Color convert

RGB 9 37 115 -
CMYK 0.92 0.68 0 0.55
HSL 224.15º 0.85% 0.24% -
HSV(B) 224.15º 0.92% 0.45% -
XYZ 3.87 2.62 16.52 -
YUV 37.52 171.72 107.66 -
System Red Green Blue C M Y K H S L
Decimal 9 37 115 0.92 0.68 0 0.55 224.15 0.85 0.24
Hex 9 25 73 5C 44 0 37 E0 55 18
Octal 11 45 163 134 104 0 67 340 125 30
Binary 1001 100101 1110011 1011100 1000100 0 110111 11100000 1010101 11000

Color Harmonies of #092573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092573

Black with #092573

Text Example


Text Example

White with #092573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092573; }

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

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

background-color css

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

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

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

border-color css

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

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

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