Html Css Color HEX #094097 Smalt

📋 copy color: '#094097'

red 9 ◦ green 64 ◦ blue 151

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

Shades of Smalt #094097

Tints of Smalt #094097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 67.41%

R = 4.02%
G = 28.57%
B = 67.41%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#094097 (or 0x094097) is known color: Smalt. HEX triplet: 09, 40 and 97. RGB value is (9,64,151). Sum of RGB (Red+Green+Blue) = 9+64+151=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 151 (59.38% from 255 or 67.41% from 224); Max value from RGB is 151 - color contains mainly: blue. Hex color #094097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094097 is #F6BF68. Grayscale: #393939. Windows color (decimal): -16170857 or 9912329. OLE color: 9912329.

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

Color convert

RGB 9 64 151 -
CMYK 0.94 0.58 0 0.41
HSL 216.76º 0.89% 0.31% -
HSV(B) 216.76º 0.94% 0.59% -
XYZ 7.53 5.96 30.03 -
YUV 57.47 180.78 93.43 -
System Red Green Blue C M Y K H S L
Decimal 9 64 151 0.94 0.58 0 0.41 216.76 0.89 0.31
Hex 9 40 97 5E 3A 0 29 D9 59 1F
Octal 11 100 227 136 72 0 51 331 131 37
Binary 1001 1000000 10010111 1011110 111010 0 101001 11011001 1011001 11111

Color Harmonies of #094097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094097

Black with #094097

Text Example


Text Example

White with #094097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094097; }

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

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

background-color css

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

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

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

border-color css

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

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

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