Html Css Color HEX #093490 Smalt

📋 copy color: '#093490'

red 9 ◦ green 52 ◦ blue 144

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

Shades of Smalt #093490

Tints of Smalt #093490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.37%

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

R = 4.39%
G = 25.37%
B = 70.24%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#093490 (or 0x093490) is known color: Smalt. HEX triplet: 09, 34 and 90. RGB value is (9,52,144). Sum of RGB (Red+Green+Blue) = 9+52+144=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #093490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093490 is #F6CB6F. Grayscale: #313131. Windows color (decimal): -16173936 or 9450505. OLE color: 9450505.

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

Color convert

RGB 9 52 144 -
CMYK 0.94 0.64 0 0.44
HSL 220.89º 0.88% 0.3% -
HSV(B) 220.89º 0.94% 0.56% -
XYZ 6.37 4.53 26.92 -
YUV 49.63 181.25 99.02 -
System Red Green Blue C M Y K H S L
Decimal 9 52 144 0.94 0.64 0 0.44 220.89 0.88 0.3
Hex 9 34 90 5E 40 0 2C DD 58 1E
Octal 11 64 220 136 100 0 54 335 130 36
Binary 1001 110100 10010000 1011110 1000000 0 101100 11011101 1011000 11110

Color Harmonies of #093490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093490

Black with #093490

Text Example


Text Example

White with #093490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093490; }

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

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

background-color css

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

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

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

border-color css

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

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

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