Html Css Color HEX #094192 Smalt

📋 copy color: '#094192'

red 9 ◦ green 65 ◦ blue 146

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

Shades of Smalt #094192

Tints of Smalt #094192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.55%

 BLUE value IS 146 (57.42% from 255) = 66.36%

R = 4.09%
G = 29.55%
B = 66.36%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#094192 (or 0x094192) is known color: Smalt. HEX triplet: 09, 41 and 92. RGB value is (9,65,146). Sum of RGB (Red+Green+Blue) = 9+65+146=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #094192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094192 is #F6BE6D. Grayscale: #393939. Windows color (decimal): -16170606 or 9584905. OLE color: 9584905.

HSL color Cylindrical-coordinate representation of color #094192: hue angle of 215.47º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094192 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 65 146 -
CMYK 0.94 0.55 0 0.43
HSL 215.47º 0.88% 0.3% -
HSV(B) 215.47º 0.94% 0.57% -
XYZ 7.19 5.91 27.96 -
YUV 57.49 177.95 93.41 -
System Red Green Blue C M Y K H S L
Decimal 9 65 146 0.94 0.55 0 0.43 215.47 0.88 0.3
Hex 9 41 92 5E 37 0 2B D7 58 1E
Octal 11 101 222 136 67 0 53 327 130 36
Binary 1001 1000001 10010010 1011110 110111 0 101011 11010111 1011000 11110

Color Harmonies of #094192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094192

Black with #094192

Text Example


Text Example

White with #094192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094192; }

 p { color: rgb(9,65,146); }

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

background-color css

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

 a { background-color: rgb(9,65,146); }

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

border-color css

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

 span { border-color: rgb(9,65,146); }

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