Html Css Color HEX #094297 Smalt

📋 copy color: '#094297'

red 9 ◦ green 66 ◦ blue 151

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

Shades of Smalt #094297

Tints of Smalt #094297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.2%

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

R = 3.98%
G = 29.2%
B = 66.81%

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

#094297 (or 0x094297) is known color: Smalt. HEX triplet: 09, 42 and 97. RGB value is (9,66,151). Sum of RGB (Red+Green+Blue) = 9+66+151=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 151 (59.38% from 255 or 66.81% from 226); Max value from RGB is 151 - color contains mainly: blue. Hex color #094297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094297 is #F6BD68. Grayscale: #3A3A3A. Windows color (decimal): -16170345 or 9912841. OLE color: 9912841.

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

Color convert

RGB 9 66 151 -
CMYK 0.94 0.56 0 0.41
HSL 215.92º 0.89% 0.31% -
HSV(B) 215.92º 0.94% 0.59% -
XYZ 7.65 6.19 30.07 -
YUV 58.65 180.12 92.59 -
System Red Green Blue C M Y K H S L
Decimal 9 66 151 0.94 0.56 0 0.41 215.92 0.89 0.31
Hex 9 42 97 5E 38 0 29 D8 59 1F
Octal 11 102 227 136 70 0 51 330 131 37
Binary 1001 1000010 10010111 1011110 111000 0 101001 11011000 1011001 11111

Color Harmonies of #094297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094297

Black with #094297

Text Example


Text Example

White with #094297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094297; }

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

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

background-color css

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

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

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

border-color css

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

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

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