Html Css Color HEX #092092 Smalt

📋 copy color: '#092092'

red 9 ◦ green 32 ◦ blue 146

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

Shades of Smalt #092092

Tints of Smalt #092092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 78.07%

R = 4.81%
G = 17.11%
B = 78.07%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#092092 (or 0x092092) is known color: Smalt. HEX triplet: 09, 20 and 92. RGB value is (9,32,146). Sum of RGB (Red+Green+Blue) = 9+32+146=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 146 (57.42% from 255 or 78.07% from 187); Max value from RGB is 146 - color contains mainly: blue. Hex color #092092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092092 is #F6DF6D. Grayscale: #252525. Windows color (decimal): -16179054 or 9576457. OLE color: 9576457.

HSL color Cylindrical-coordinate representation of color #092092: hue angle of 229.93º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092092 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 32 146 -
CMYK 0.94 0.78 0 0.43
HSL 229.93º 0.88% 0.3% -
HSV(B) 229.93º 0.94% 0.57% -
XYZ 5.82 3.17 27.5 -
YUV 38.12 188.88 107.23 -
System Red Green Blue C M Y K H S L
Decimal 9 32 146 0.94 0.78 0 0.43 229.93 0.88 0.3
Hex 9 20 92 5E 4E 0 2B E6 58 1E
Octal 11 40 222 136 116 0 53 346 130 36
Binary 1001 100000 10010010 1011110 1001110 0 101011 11100110 1011000 11110

Color Harmonies of #092092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092092

Black with #092092

Text Example


Text Example

White with #092092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092092; }

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

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

background-color css

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

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

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

border-color css

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

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

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