Html Css Color HEX #094392 Smalt

📋 copy color: '#094392'

red 9 ◦ green 67 ◦ blue 146

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

Shades of Smalt #094392

Tints of Smalt #094392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.18%

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

R = 4.05%
G = 30.18%
B = 65.77%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#094392 (or 0x094392) is known color: Smalt. HEX triplet: 09, 43 and 92. RGB value is (9,67,146). Sum of RGB (Red+Green+Blue) = 9+67+146=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #094392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094392 is #F6BC6D. Grayscale: #3A3A3A. Windows color (decimal): -16170094 or 9585417. OLE color: 9585417.

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

Color convert

RGB 9 67 146 -
CMYK 0.94 0.54 0 0.43
HSL 214.6º 0.88% 0.3% -
HSV(B) 214.6º 0.94% 0.57% -
XYZ 7.31 6.15 28 -
YUV 58.66 177.28 92.58 -
System Red Green Blue C M Y K H S L
Decimal 9 67 146 0.94 0.54 0 0.43 214.6 0.88 0.3
Hex 9 43 92 5E 36 0 2B D7 58 1E
Octal 11 103 222 136 66 0 53 327 130 36
Binary 1001 1000011 10010010 1011110 110110 0 101011 11010111 1011000 11110

Color Harmonies of #094392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094392

Black with #094392

Text Example


Text Example

White with #094392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094392; }

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

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

background-color css

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

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

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

border-color css

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

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

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