Html Css Color HEX #093591 Smalt

📋 copy color: '#093591'

red 9 ◦ green 53 ◦ blue 145

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

Shades of Smalt #093591

Tints of Smalt #093591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 70.05%

R = 4.35%
G = 25.6%
B = 70.05%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#093591 (or 0x093591) is known color: Smalt. HEX triplet: 09, 35 and 91. RGB value is (9,53,145). Sum of RGB (Red+Green+Blue) = 9+53+145=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #093591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093591 is #F6CA6E. Grayscale: #313131. Windows color (decimal): -16173679 or 9516297. OLE color: 9516297.

HSL color Cylindrical-coordinate representation of color #093591: hue angle of 220.59º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093591 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 53 145 -
CMYK 0.94 0.63 0 0.43
HSL 220.59º 0.88% 0.3% -
HSV(B) 220.59º 0.94% 0.57% -
XYZ 6.5 4.65 27.34 -
YUV 50.33 181.42 98.52 -
System Red Green Blue C M Y K H S L
Decimal 9 53 145 0.94 0.63 0 0.43 220.59 0.88 0.3
Hex 9 35 91 5E 3F 0 2B DD 58 1E
Octal 11 65 221 136 77 0 53 335 130 36
Binary 1001 110101 10010001 1011110 111111 0 101011 11011101 1011000 11110

Color Harmonies of #093591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093591

Black with #093591

Text Example


Text Example

White with #093591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093591; }

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

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

background-color css

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

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

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

border-color css

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

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

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