Html Css Color HEX #092149 Sapphire

📋 copy color: '#092149'

red 9 ◦ green 33 ◦ blue 73

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

Shades of Sapphire #092149

Tints of Sapphire #092149

RGB

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

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

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

R = 7.83%
G = 28.7%
B = 63.48%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#092149 (or 0x092149) is known color: Sapphire. HEX triplet: 09, 21 and 49. RGB value is (9,33,73). Sum of RGB (Red+Green+Blue) = 9+33+73=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #092149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092149 is #F6DEB6. Grayscale: #1E1E1E. Windows color (decimal): -16178871 or 4792585. OLE color: 4792585.

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

Color convert

RGB 9 33 73 -
CMYK 0.88 0.55 0 0.71
HSL 217.5º 0.78% 0.16% -
HSV(B) 217.5º 0.88% 0.29% -
XYZ 1.86 1.63 6.52 -
YUV 30.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 9 33 73 0.88 0.55 0 0.71 217.5 0.78 0.16
Hex 9 21 49 58 37 0 47 DA 4E 10
Octal 11 41 111 130 67 0 107 332 116 20
Binary 1001 100001 1001001 1011000 110111 0 1000111 11011010 1001110 10000

Color Harmonies of #092149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092149

Black with #092149

Text Example


Text Example

White with #092149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092149; }

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

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

background-color css

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

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

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

border-color css

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

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

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