Html Css Color HEX #093492 Smalt

📋 copy color: '#093492'

red 9 ◦ green 52 ◦ blue 146

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

Shades of Smalt #093492

Tints of Smalt #093492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 70.53%

R = 4.35%
G = 25.12%
B = 70.53%

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

#093492 (or 0x093492) is known color: Smalt. HEX triplet: 09, 34 and 92. RGB value is (9,52,146). Sum of RGB (Red+Green+Blue) = 9+52+146=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 146 (57.42% from 255 or 70.53% from 207); Max value from RGB is 146 - color contains mainly: blue. Hex color #093492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093492 is #F6CB6D. Grayscale: #313131. Windows color (decimal): -16173934 or 9581577. OLE color: 9581577.

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

Color convert

RGB 9 52 146 -
CMYK 0.94 0.64 0 0.43
HSL 221.17º 0.88% 0.3% -
HSV(B) 221.17º 0.94% 0.57% -
XYZ 6.53 4.59 27.74 -
YUV 49.86 182.25 98.86 -
System Red Green Blue C M Y K H S L
Decimal 9 52 146 0.94 0.64 0 0.43 221.17 0.88 0.3
Hex 9 34 92 5E 40 0 2B DD 58 1E
Octal 11 64 222 136 100 0 53 335 130 36
Binary 1001 110100 10010010 1011110 1000000 0 101011 11011101 1011000 11110

Color Harmonies of #093492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093492

Black with #093492

Text Example


Text Example

White with #093492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093492; }

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

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

background-color css

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

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

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

border-color css

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

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

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