Html Css Color HEX #094099 Smalt

📋 copy color: '#094099'

red 9 ◦ green 64 ◦ blue 153

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

Shades of Smalt #094099

Tints of Smalt #094099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.32%

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

R = 3.98%
G = 28.32%
B = 67.7%

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

#094099 (or 0x094099) is known color: Smalt. HEX triplet: 09, 40 and 99. RGB value is (9,64,153). Sum of RGB (Red+Green+Blue) = 9+64+153=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #094099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094099 is #F6BF66. Grayscale: #393939. Windows color (decimal): -16170855 or 10043401. OLE color: 10043401.

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

Color convert

RGB 9 64 153 -
CMYK 0.94 0.58 0 0.4
HSL 217.08º 0.89% 0.32% -
HSV(B) 217.08º 0.94% 0.6% -
XYZ 7.7 6.02 30.89 -
YUV 57.7 181.78 93.26 -
System Red Green Blue C M Y K H S L
Decimal 9 64 153 0.94 0.58 0 0.4 217.08 0.89 0.32
Hex 9 40 99 5E 3A 0 28 D9 59 20
Octal 11 100 231 136 72 0 50 331 131 40
Binary 1001 1000000 10011001 1011110 111010 0 101000 11011001 1011001 100000

Color Harmonies of #094099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094099

Black with #094099

Text Example


Text Example

White with #094099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094099; }

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

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

background-color css

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

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

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

border-color css

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

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

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