Html Css Color HEX #092249 Sapphire

📋 copy color: '#092249'

red 9 ◦ green 34 ◦ blue 73

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

Shades of Sapphire #092249

Tints of Sapphire #092249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.31%

 BLUE value IS 73 (28.91% from 255) = 62.93%

R = 7.76%
G = 29.31%
B = 62.93%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#092249 (or 0x092249) is known color: Sapphire. HEX triplet: 09, 22 and 49. RGB value is (9,34,73). Sum of RGB (Red+Green+Blue) = 9+34+73=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #092249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092249 is #F6DDB6. Grayscale: #1E1E1E. Windows color (decimal): -16178615 or 4792841. OLE color: 4792841.

HSL color Cylindrical-coordinate representation of color #092249: hue angle of 216.56º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #092249 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 34 73 -
CMYK 0.88 0.53 0 0.71
HSL 216.56º 0.78% 0.16% -
HSV(B) 216.56º 0.88% 0.29% -
XYZ 1.89 1.68 6.53 -
YUV 30.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 9 34 73 0.88 0.53 0 0.71 216.56 0.78 0.16
Hex 9 22 49 58 35 0 47 D9 4E 10
Octal 11 42 111 130 65 0 107 331 116 20
Binary 1001 100010 1001001 1011000 110101 0 1000111 11011001 1001110 10000

Color Harmonies of #092249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092249

Black with #092249

Text Example


Text Example

White with #092249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092249; }

 p { color: rgb(9,34,73); }

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

background-color css

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

 a { background-color: rgb(9,34,73); }

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

border-color css

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

 span { border-color: rgb(9,34,73); }

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