Html Css Color HEX #092096 Smalt

📋 copy color: '#092096'

red 9 ◦ green 32 ◦ blue 150

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

Shades of Smalt #092096

Tints of Smalt #092096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 78.53%

R = 4.71%
G = 16.75%
B = 78.53%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#092096 (or 0x092096) is known color: Smalt. HEX triplet: 09, 20 and 96. RGB value is (9,32,150). Sum of RGB (Red+Green+Blue) = 9+32+150=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 150 (58.98% from 255 or 78.53% from 191); Max value from RGB is 150 - color contains mainly: blue. Hex color #092096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092096 is #F6DF69. Grayscale: #262626. Windows color (decimal): -16179050 or 9838601. OLE color: 9838601.

HSL color Cylindrical-coordinate representation of color #092096: hue angle of 230.21º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092096 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 32 150 -
CMYK 0.94 0.79 0 0.41
HSL 230.21º 0.89% 0.31% -
HSV(B) 230.21º 0.94% 0.59% -
XYZ 6.13 3.29 29.17 -
YUV 38.58 190.88 106.91 -
System Red Green Blue C M Y K H S L
Decimal 9 32 150 0.94 0.79 0 0.41 230.21 0.89 0.31
Hex 9 20 96 5E 4F 0 29 E6 59 1F
Octal 11 40 226 136 117 0 51 346 131 37
Binary 1001 100000 10010110 1011110 1001111 0 101001 11100110 1011001 11111

Color Harmonies of #092096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092096

Black with #092096

Text Example


Text Example

White with #092096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092096; }

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

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

background-color css

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

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

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

border-color css

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

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

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