Html Css Color HEX #093491 Smalt

📋 copy color: '#093491'

red 9 ◦ green 52 ◦ blue 145

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

Shades of Smalt #093491

Tints of Smalt #093491

RGB

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

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

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

R = 4.37%
G = 25.24%
B = 70.39%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#093491 (or 0x093491) is known color: Smalt. HEX triplet: 09, 34 and 91. RGB value is (9,52,145). Sum of RGB (Red+Green+Blue) = 9+52+145=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 145 (57.03% from 255 or 70.39% from 206); Max value from RGB is 145 - color contains mainly: blue. Hex color #093491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093491 is #F6CB6E. Grayscale: #313131. Windows color (decimal): -16173935 or 9516041. OLE color: 9516041.

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

Color convert

RGB 9 52 145 -
CMYK 0.94 0.64 0 0.43
HSL 221.03º 0.88% 0.3% -
HSV(B) 221.03º 0.94% 0.57% -
XYZ 6.45 4.56 27.33 -
YUV 49.75 181.75 98.94 -
System Red Green Blue C M Y K H S L
Decimal 9 52 145 0.94 0.64 0 0.43 221.03 0.88 0.3
Hex 9 34 91 5E 40 0 2B DD 58 1E
Octal 11 64 221 136 100 0 53 335 130 36
Binary 1001 110100 10010001 1011110 1000000 0 101011 11011101 1011000 11110

Color Harmonies of #093491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093491

Black with #093491

Text Example


Text Example

White with #093491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093491; }

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

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

background-color css

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

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

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

border-color css

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

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

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