Html Css Color HEX #094090 Smalt

📋 copy color: '#094090'

red 9 ◦ green 64 ◦ blue 144

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

Shades of Smalt #094090

Tints of Smalt #094090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 66.36%

R = 4.15%
G = 29.49%
B = 66.36%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#094090 (or 0x094090) is known color: Smalt. HEX triplet: 09, 40 and 90. RGB value is (9,64,144). Sum of RGB (Red+Green+Blue) = 9+64+144=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #094090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094090 is #F6BF6F. Grayscale: #383838. Windows color (decimal): -16170864 or 9453577. OLE color: 9453577.

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

Color convert

RGB 9 64 144 -
CMYK 0.94 0.56 0 0.44
HSL 215.56º 0.88% 0.3% -
HSV(B) 215.56º 0.94% 0.56% -
XYZ 6.98 5.74 27.13 -
YUV 56.68 177.28 94 -
System Red Green Blue C M Y K H S L
Decimal 9 64 144 0.94 0.56 0 0.44 215.56 0.88 0.3
Hex 9 40 90 5E 38 0 2C D8 58 1E
Octal 11 100 220 136 70 0 54 330 130 36
Binary 1001 1000000 10010000 1011110 111000 0 101100 11011000 1011000 11110

Color Harmonies of #094090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094090

Black with #094090

Text Example


Text Example

White with #094090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094090; }

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

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

background-color css

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

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

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

border-color css

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

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

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