Html Css Color HEX #093595 Smalt

📋 copy color: '#093595'

red 9 ◦ green 53 ◦ blue 149

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

Shades of Smalt #093595

Tints of Smalt #093595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.12%

 BLUE value IS 149 (58.59% from 255) = 70.62%

R = 4.27%
G = 25.12%
B = 70.62%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#093595 (or 0x093595) is known color: Smalt. HEX triplet: 09, 35 and 95. RGB value is (9,53,149). Sum of RGB (Red+Green+Blue) = 9+53+149=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #093595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093595 is #F6CA6A. Grayscale: #323232. Windows color (decimal): -16173675 or 9778441. OLE color: 9778441.

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

Color convert

RGB 9 53 149 -
CMYK 0.94 0.64 0 0.42
HSL 221.14º 0.89% 0.31% -
HSV(B) 221.14º 0.94% 0.58% -
XYZ 6.81 4.77 29 -
YUV 50.79 183.42 98.19 -
System Red Green Blue C M Y K H S L
Decimal 9 53 149 0.94 0.64 0 0.42 221.14 0.89 0.31
Hex 9 35 95 5E 40 0 2A DD 59 1F
Octal 11 65 225 136 100 0 52 335 131 37
Binary 1001 110101 10010101 1011110 1000000 0 101010 11011101 1011001 11111

Color Harmonies of #093595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093595

Black with #093595

Text Example


Text Example

White with #093595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093595; }

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

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

background-color css

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

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

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

border-color css

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

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

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