Html Css Color HEX #094394 Smalt

📋 copy color: '#094394'

red 9 ◦ green 67 ◦ blue 148

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

Shades of Smalt #094394

Tints of Smalt #094394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 66.07%

R = 4.02%
G = 29.91%
B = 66.07%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#094394 (or 0x094394) is known color: Smalt. HEX triplet: 09, 43 and 94. RGB value is (9,67,148). Sum of RGB (Red+Green+Blue) = 9+67+148=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 148 (58.20% from 255 or 66.07% from 224); Max value from RGB is 148 - color contains mainly: blue. Hex color #094394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094394 is #F6BC6B. Grayscale: #3A3A3A. Windows color (decimal): -16170092 or 9716489. OLE color: 9716489.

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

Color convert

RGB 9 67 148 -
CMYK 0.94 0.55 0 0.42
HSL 214.96º 0.89% 0.31% -
HSV(B) 214.96º 0.94% 0.58% -
XYZ 7.47 6.21 28.82 -
YUV 58.89 178.28 92.41 -
System Red Green Blue C M Y K H S L
Decimal 9 67 148 0.94 0.55 0 0.42 214.96 0.89 0.31
Hex 9 43 94 5E 37 0 2A D7 59 1F
Octal 11 103 224 136 67 0 52 327 131 37
Binary 1001 1000011 10010100 1011110 110111 0 101010 11010111 1011001 11111

Color Harmonies of #094394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094394

Black with #094394

Text Example


Text Example

White with #094394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094394; }

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

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

background-color css

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

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

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

border-color css

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

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

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