Html Css Color HEX #092473 Sapphire

📋 copy color: '#092473'

red 9 ◦ green 36 ◦ blue 115

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

Shades of Sapphire #092473

Tints of Sapphire #092473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.5%

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

R = 5.63%
G = 22.5%
B = 71.88%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#092473 (or 0x092473) is known color: Sapphire. HEX triplet: 09, 24 and 73. RGB value is (9,36,115). Sum of RGB (Red+Green+Blue) = 9+36+115=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #092473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092473 is #F6DB8C. Grayscale: #242424. Windows color (decimal): -16178061 or 7545865. OLE color: 7545865.

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

Color convert

RGB 9 36 115 -
CMYK 0.92 0.69 0 0.55
HSL 224.72º 0.85% 0.24% -
HSV(B) 224.72º 0.92% 0.45% -
XYZ 3.84 2.56 16.51 -
YUV 36.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 9 36 115 0.92 0.69 0 0.55 224.72 0.85 0.24
Hex 9 24 73 5C 45 0 37 E1 55 18
Octal 11 44 163 134 105 0 67 341 125 30
Binary 1001 100100 1110011 1011100 1000101 0 110111 11100001 1010101 11000

Color Harmonies of #092473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092473

Black with #092473

Text Example


Text Example

White with #092473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092473; }

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

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

background-color css

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

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

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

border-color css

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

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

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