Html Css Color HEX #094193 Smalt

📋 copy color: '#094193'

red 9 ◦ green 65 ◦ blue 147

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

Shades of Smalt #094193

Tints of Smalt #094193

RGB

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

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

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

R = 4.07%
G = 29.41%
B = 66.52%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#094193 (or 0x094193) is known color: Smalt. HEX triplet: 09, 41 and 93. RGB value is (9,65,147). Sum of RGB (Red+Green+Blue) = 9+65+147=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #094193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094193 is #F6BE6C. Grayscale: #393939. Windows color (decimal): -16170605 or 9650441. OLE color: 9650441.

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

Color convert

RGB 9 65 147 -
CMYK 0.94 0.56 0 0.42
HSL 215.65º 0.88% 0.31% -
HSV(B) 215.65º 0.94% 0.58% -
XYZ 7.27 5.95 28.37 -
YUV 57.6 178.45 93.33 -
System Red Green Blue C M Y K H S L
Decimal 9 65 147 0.94 0.56 0 0.42 215.65 0.88 0.31
Hex 9 41 93 5E 38 0 2A D8 58 1F
Octal 11 101 223 136 70 0 52 330 130 37
Binary 1001 1000001 10010011 1011110 111000 0 101010 11011000 1011000 11111

Color Harmonies of #094193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094193

Black with #094193

Text Example


Text Example

White with #094193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094193; }

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

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

background-color css

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

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

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

border-color css

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

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

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