Html Css Color HEX #093594 Smalt

📋 copy color: '#093594'

red 9 ◦ green 53 ◦ blue 148

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

Shades of Smalt #093594

Tints of Smalt #093594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 70.48%

R = 4.29%
G = 25.24%
B = 70.48%

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

#093594 (or 0x093594) is known color: Smalt. HEX triplet: 09, 35 and 94. RGB value is (9,53,148). Sum of RGB (Red+Green+Blue) = 9+53+148=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 148 (58.20% from 255 or 70.48% from 210); Max value from RGB is 148 - color contains mainly: blue. Hex color #093594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093594 is #F6CA6B. Grayscale: #323232. Windows color (decimal): -16173676 or 9712905. OLE color: 9712905.

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

Color convert

RGB 9 53 148 -
CMYK 0.94 0.64 0 0.42
HSL 221.01º 0.89% 0.31% -
HSV(B) 221.01º 0.94% 0.58% -
XYZ 6.73 4.74 28.58 -
YUV 50.67 182.92 98.28 -
System Red Green Blue C M Y K H S L
Decimal 9 53 148 0.94 0.64 0 0.42 221.01 0.89 0.31
Hex 9 35 94 5E 40 0 2A DD 59 1F
Octal 11 65 224 136 100 0 52 335 131 37
Binary 1001 110101 10010100 1011110 1000000 0 101010 11011101 1011001 11111

Color Harmonies of #093594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093594

Black with #093594

Text Example


Text Example

White with #093594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093594; }

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

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

background-color css

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

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

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

border-color css

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

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

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