Html Css Color HEX #094397 Smalt

📋 copy color: '#094397'

red 9 ◦ green 67 ◦ blue 151

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

Shades of Smalt #094397

Tints of Smalt #094397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.52%

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

R = 3.96%
G = 29.52%
B = 66.52%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#094397 (or 0x094397) is known color: Smalt. HEX triplet: 09, 43 and 97. RGB value is (9,67,151). Sum of RGB (Red+Green+Blue) = 9+67+151=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 151 (59.38% from 255 or 66.52% from 227); Max value from RGB is 151 - color contains mainly: blue. Hex color #094397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094397 is #F6BC68. Grayscale: #3A3A3A. Windows color (decimal): -16170089 or 9913097. OLE color: 9913097.

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

Color convert

RGB 9 67 151 -
CMYK 0.94 0.56 0 0.41
HSL 215.49º 0.89% 0.31% -
HSV(B) 215.49º 0.94% 0.59% -
XYZ 7.71 6.31 30.09 -
YUV 59.23 179.78 92.17 -
System Red Green Blue C M Y K H S L
Decimal 9 67 151 0.94 0.56 0 0.41 215.49 0.89 0.31
Hex 9 43 97 5E 38 0 29 D7 59 1F
Octal 11 103 227 136 70 0 51 327 131 37
Binary 1001 1000011 10010111 1011110 111000 0 101001 11010111 1011001 11111

Color Harmonies of #094397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094397

Black with #094397

Text Example


Text Example

White with #094397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094397; }

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

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

background-color css

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

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

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

border-color css

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

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

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