Html Css Color HEX #094091 Smalt

📋 copy color: '#094091'

red 9 ◦ green 64 ◦ blue 145

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

Shades of Smalt #094091

Tints of Smalt #094091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 66.51%

R = 4.13%
G = 29.36%
B = 66.51%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#094091 (or 0x094091) is known color: Smalt. HEX triplet: 09, 40 and 91. RGB value is (9,64,145). Sum of RGB (Red+Green+Blue) = 9+64+145=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #094091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094091 is #F6BF6E. Grayscale: #383838. Windows color (decimal): -16170863 or 9519113. OLE color: 9519113.

HSL color Cylindrical-coordinate representation of color #094091: hue angle of 215.74º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094091 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 64 145 -
CMYK 0.94 0.56 0 0.43
HSL 215.74º 0.88% 0.3% -
HSV(B) 215.74º 0.94% 0.57% -
XYZ 7.06 5.77 27.53 -
YUV 56.79 177.78 93.91 -
System Red Green Blue C M Y K H S L
Decimal 9 64 145 0.94 0.56 0 0.43 215.74 0.88 0.3
Hex 9 40 91 5E 38 0 2B D8 58 1E
Octal 11 100 221 136 70 0 53 330 130 36
Binary 1001 1000000 10010001 1011110 111000 0 101011 11011000 1011000 11110

Color Harmonies of #094091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094091

Black with #094091

Text Example


Text Example

White with #094091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094091; }

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

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

background-color css

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

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

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

border-color css

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

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

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