#094595

Color #094595 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #094595

Tints of Smalt #094595

Color information

#094595 (or 0x094595) is unknown color: approx Smalt. HEX triplet: 09, 45 and 95. RGB value is (9,69,149). Sum of RGB (Red+Green+Blue) = 9+69+149=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #094595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094595 is #F6BA6A. Grayscale: #3B3B3B. Windows color (decimal): -16169579 or 9782537. OLE color: 9782537.

HSL color Cylindrical-coordinate representation of color #094595: hue angle of 214.29º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094595 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB969149-
CMYK0.940.5400.42
HSL214.29º88.61%30.98%-
HSV(B)214.29º93.96%58.43%-
XYZ7.676.4829.28-
YUV60.18178.1291.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.96%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 149 (58.59% from 255) = 65.64%
R=3.96%
G=30.40%
B=65.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9691490.940.5400.42214.2988.6130.98
Hex945955E3602Ad6591f
Octal111052251366605232613137
Binary10011000101100101011011110110110010101011010110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094595; }

 p { color: rgb(9,69,149); }

 H1.HeaderClassName
 {
   color: #094595;
 }
 .AnyTagClassName
 {
   color: #094595;
 }
</style>
background-color css

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

 a { background-color: rgb(9,69,149); }

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

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

 span { border-color: rgb(9,69,149); }

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