Html Css Color HEX #094493 Smalt

📋 copy color: '#094493'

red 9 ◦ green 68 ◦ blue 147

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

Shades of Smalt #094493

Tints of Smalt #094493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.36%

 BLUE value IS 147 (57.81% from 255) = 65.63%

R = 4.02%
G = 30.36%
B = 65.63%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#094493 (or 0x094493) is known color: Smalt. HEX triplet: 09, 44 and 93. RGB value is (9,68,147). Sum of RGB (Red+Green+Blue) = 9+68+147=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 147 (57.81% from 255 or 65.62% from 224); Max value from RGB is 147 - color contains mainly: blue. Hex color #094493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094493 is #F6BB6C. Grayscale: #3A3A3A. Windows color (decimal): -16169837 or 9651209. OLE color: 9651209.

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

Color convert

RGB 9 68 147 -
CMYK 0.94 0.54 0 0.42
HSL 214.35º 0.88% 0.31% -
HSV(B) 214.35º 0.94% 0.58% -
XYZ 7.45 6.3 28.43 -
YUV 59.37 177.45 92.08 -
System Red Green Blue C M Y K H S L
Decimal 9 68 147 0.94 0.54 0 0.42 214.35 0.88 0.31
Hex 9 44 93 5E 36 0 2A D6 58 1F
Octal 11 104 223 136 66 0 52 326 130 37
Binary 1001 1000100 10010011 1011110 110110 0 101010 11010110 1011000 11111

Color Harmonies of #094493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094493

Black with #094493

Text Example


Text Example

White with #094493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094493; }

 p { color: rgb(9,68,147); }

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

background-color css

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

 a { background-color: rgb(9,68,147); }

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

border-color css

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

 span { border-color: rgb(9,68,147); }

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