Html Css Color HEX #094199 Smalt

📋 copy color: '#094199'

red 9 ◦ green 65 ◦ blue 153

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

Shades of Smalt #094199

Tints of Smalt #094199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.63%

 BLUE value IS 153 (60.16% from 255) = 67.4%

R = 3.96%
G = 28.63%
B = 67.4%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#094199 (or 0x094199) is known color: Smalt. HEX triplet: 09, 41 and 99. RGB value is (9,65,153). Sum of RGB (Red+Green+Blue) = 9+65+153=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #094199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094199 is #F6BE66. Grayscale: #393939. Windows color (decimal): -16170599 or 10043657. OLE color: 10043657.

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

Color convert

RGB 9 65 153 -
CMYK 0.94 0.58 0 0.4
HSL 216.67º 0.89% 0.32% -
HSV(B) 216.67º 0.94% 0.6% -
XYZ 7.75 6.14 30.91 -
YUV 58.29 181.45 92.84 -
System Red Green Blue C M Y K H S L
Decimal 9 65 153 0.94 0.58 0 0.4 216.67 0.89 0.32
Hex 9 41 99 5E 3A 0 28 D9 59 20
Octal 11 101 231 136 72 0 50 331 131 40
Binary 1001 1000001 10011001 1011110 111010 0 101000 11011001 1011001 100000

Color Harmonies of #094199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094199

Black with #094199

Text Example


Text Example

White with #094199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094199; }

 p { color: rgb(9,65,153); }

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

background-color css

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

 a { background-color: rgb(9,65,153); }

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

border-color css

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

 span { border-color: rgb(9,65,153); }

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