Html Css Color HEX #092049 Sapphire

📋 copy color: '#092049'

red 9 ◦ green 32 ◦ blue 73

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

Shades of Sapphire #092049

Tints of Sapphire #092049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.07%

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

R = 7.89%
G = 28.07%
B = 64.04%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#092049 (or 0x092049) is known color: Sapphire. HEX triplet: 09, 20 and 49. RGB value is (9,32,73). Sum of RGB (Red+Green+Blue) = 9+32+73=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #092049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092049 is #F6DFB6. Grayscale: #1D1D1D. Windows color (decimal): -16179127 or 4792329. OLE color: 4792329.

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

Color convert

RGB 9 32 73 -
CMYK 0.88 0.56 0 0.71
HSL 218.44º 0.78% 0.16% -
HSV(B) 218.44º 0.88% 0.29% -
XYZ 1.83 1.57 6.51 -
YUV 29.8 152.38 113.17 -
System Red Green Blue C M Y K H S L
Decimal 9 32 73 0.88 0.56 0 0.71 218.44 0.78 0.16
Hex 9 20 49 58 38 0 47 DA 4E 10
Octal 11 40 111 130 70 0 107 332 116 20
Binary 1001 100000 1001001 1011000 111000 0 1000111 11011010 1001110 10000

Color Harmonies of #092049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092049

Black with #092049

Text Example


Text Example

White with #092049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092049; }

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

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

background-color css

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

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

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

border-color css

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

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

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