Html Css Color HEX #093590 Smalt

📋 copy color: '#093590'

red 9 ◦ green 53 ◦ blue 144

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

Shades of Smalt #093590

Tints of Smalt #093590

RGB

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

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

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

R = 4.37%
G = 25.73%
B = 69.9%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#093590 (or 0x093590) is known color: Smalt. HEX triplet: 09, 35 and 90. RGB value is (9,53,144). Sum of RGB (Red+Green+Blue) = 9+53+144=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 144 (56.64% from 255 or 69.90% from 206); Max value from RGB is 144 - color contains mainly: blue. Hex color #093590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093590 is #F6CA6F. Grayscale: #313131. Windows color (decimal): -16173680 or 9450761. OLE color: 9450761.

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

Color convert

RGB 9 53 144 -
CMYK 0.94 0.63 0 0.44
HSL 220.44º 0.88% 0.3% -
HSV(B) 220.44º 0.94% 0.56% -
XYZ 6.42 4.62 26.94 -
YUV 50.22 180.92 98.6 -
System Red Green Blue C M Y K H S L
Decimal 9 53 144 0.94 0.63 0 0.44 220.44 0.88 0.3
Hex 9 35 90 5E 3F 0 2C DC 58 1E
Octal 11 65 220 136 77 0 54 334 130 36
Binary 1001 110101 10010000 1011110 111111 0 101100 11011100 1011000 11110

Color Harmonies of #093590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093590

Black with #093590

Text Example


Text Example

White with #093590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093590; }

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

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

background-color css

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

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

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

border-color css

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

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

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