Html Css Color HEX #094096 Smalt

📋 copy color: '#094096'

red 9 ◦ green 64 ◦ blue 150

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

Shades of Smalt #094096

Tints of Smalt #094096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 67.26%

R = 4.04%
G = 28.7%
B = 67.26%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#094096 (or 0x094096) is known color: Smalt. HEX triplet: 09, 40 and 96. RGB value is (9,64,150). Sum of RGB (Red+Green+Blue) = 9+64+150=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #094096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094096 is #F6BF69. Grayscale: #383838. Windows color (decimal): -16170858 or 9846793. OLE color: 9846793.

HSL color Cylindrical-coordinate representation of color #094096: hue angle of 216.6º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094096 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 64 150 -
CMYK 0.94 0.57 0 0.41
HSL 216.6º 0.89% 0.31% -
HSV(B) 216.6º 0.94% 0.59% -
XYZ 7.45 5.93 29.61 -
YUV 57.36 180.28 93.51 -
System Red Green Blue C M Y K H S L
Decimal 9 64 150 0.94 0.57 0 0.41 216.6 0.89 0.31
Hex 9 40 96 5E 39 0 29 D9 59 1F
Octal 11 100 226 136 71 0 51 331 131 37
Binary 1001 1000000 10010110 1011110 111001 0 101001 11011001 1011001 11111

Color Harmonies of #094096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094096

Black with #094096

Text Example


Text Example

White with #094096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094096; }

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

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

background-color css

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

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

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

border-color css

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

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

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