Html Css Color HEX #092091 Smalt

📋 copy color: '#092091'

red 9 ◦ green 32 ◦ blue 145

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

Shades of Smalt #092091

Tints of Smalt #092091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 77.96%

R = 4.84%
G = 17.2%
B = 77.96%

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

#092091 (or 0x092091) is known color: Smalt. HEX triplet: 09, 20 and 91. RGB value is (9,32,145). Sum of RGB (Red+Green+Blue) = 9+32+145=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 145 (57.03% from 255 or 77.96% from 186); Max value from RGB is 145 - color contains mainly: blue. Hex color #092091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092091 is #F6DF6E. Grayscale: #252525. Windows color (decimal): -16179055 or 9510921. OLE color: 9510921.

HSL color Cylindrical-coordinate representation of color #092091: hue angle of 229.85º 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 #092091 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 32 145 -
CMYK 0.94 0.78 0 0.43
HSL 229.85º 0.88% 0.3% -
HSV(B) 229.85º 0.94% 0.57% -
XYZ 5.74 3.14 27.09 -
YUV 38.01 188.38 107.31 -
System Red Green Blue C M Y K H S L
Decimal 9 32 145 0.94 0.78 0 0.43 229.85 0.88 0.3
Hex 9 20 91 5E 4E 0 2B E6 58 1E
Octal 11 40 221 136 116 0 53 346 130 36
Binary 1001 100000 10010001 1011110 1001110 0 101011 11100110 1011000 11110

Color Harmonies of #092091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092091

Black with #092091

Text Example


Text Example

White with #092091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092091; }

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

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

background-color css

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

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

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

border-color css

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

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

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