Html Css Color HEX #094296 Smalt

📋 copy color: '#094296'

red 9 ◦ green 66 ◦ blue 150

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

Shades of Smalt #094296

Tints of Smalt #094296

RGB

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

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

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

R = 4%
G = 29.33%
B = 66.67%

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

#094296 (or 0x094296) is known color: Smalt. HEX triplet: 09, 42 and 96. RGB value is (9,66,150). Sum of RGB (Red+Green+Blue) = 9+66+150=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #094296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094296 is #F6BD69. Grayscale: #3A3A3A. Windows color (decimal): -16170346 or 9847305. OLE color: 9847305.

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

Color convert

RGB 9 66 150 -
CMYK 0.94 0.56 0 0.41
HSL 215.74º 0.89% 0.31% -
HSV(B) 215.74º 0.94% 0.59% -
XYZ 7.57 6.16 29.64 -
YUV 58.53 179.62 92.67 -
System Red Green Blue C M Y K H S L
Decimal 9 66 150 0.94 0.56 0 0.41 215.74 0.89 0.31
Hex 9 42 96 5E 38 0 29 D8 59 1F
Octal 11 102 226 136 70 0 51 330 131 37
Binary 1001 1000010 10010110 1011110 111000 0 101001 11011000 1011001 11111

Color Harmonies of #094296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094296

Black with #094296

Text Example


Text Example

White with #094296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094296; }

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

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

background-color css

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

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

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

border-color css

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

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

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