Html Css Color HEX #094195 Smalt

📋 copy color: '#094195'

red 9 ◦ green 65 ◦ blue 149

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

Shades of Smalt #094195

Tints of Smalt #094195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 66.82%

R = 4.04%
G = 29.15%
B = 66.82%

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

#094195 (or 0x094195) is known color: Smalt. HEX triplet: 09, 41 and 95. RGB value is (9,65,149). Sum of RGB (Red+Green+Blue) = 9+65+149=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #094195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094195 is #F6BE6A. Grayscale: #393939. Windows color (decimal): -16170603 or 9781513. OLE color: 9781513.

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

Color convert

RGB 9 65 149 -
CMYK 0.94 0.56 0 0.42
HSL 216º 0.89% 0.31% -
HSV(B) 216º 0.94% 0.58% -
XYZ 7.43 6.01 29.2 -
YUV 57.83 179.45 93.17 -
System Red Green Blue C M Y K H S L
Decimal 9 65 149 0.94 0.56 0 0.42 216 0.89 0.31
Hex 9 41 95 5E 38 0 2A D8 59 1F
Octal 11 101 225 136 70 0 52 330 131 37
Binary 1001 1000001 10010101 1011110 111000 0 101010 11011000 1011001 11111

Color Harmonies of #094195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094195

Black with #094195

Text Example


Text Example

White with #094195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094195; }

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

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

background-color css

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

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

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

border-color css

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

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

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