Html Css Color HEX #093495 Smalt

📋 copy color: '#093495'

red 9 ◦ green 52 ◦ blue 149

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

Shades of Smalt #093495

Tints of Smalt #093495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 70.95%

R = 4.29%
G = 24.76%
B = 70.95%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#093495 (or 0x093495) is known color: Smalt. HEX triplet: 09, 34 and 95. RGB value is (9,52,149). Sum of RGB (Red+Green+Blue) = 9+52+149=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #093495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093495 is #F6CB6A. Grayscale: #313131. Windows color (decimal): -16173931 or 9778185. OLE color: 9778185.

HSL color Cylindrical-coordinate representation of color #093495: hue angle of 221.57º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093495 is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 52 149 -
CMYK 0.94 0.65 0 0.42
HSL 221.57º 0.89% 0.31% -
HSV(B) 221.57º 0.94% 0.58% -
XYZ 6.77 4.68 28.98 -
YUV 50.2 183.75 98.61 -
System Red Green Blue C M Y K H S L
Decimal 9 52 149 0.94 0.65 0 0.42 221.57 0.89 0.31
Hex 9 34 95 5E 41 0 2A DE 59 1F
Octal 11 64 225 136 101 0 52 336 131 37
Binary 1001 110100 10010101 1011110 1000001 0 101010 11011110 1011001 11111

Color Harmonies of #093495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093495

Black with #093495

Text Example


Text Example

White with #093495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093495; }

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

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

background-color css

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

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

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

border-color css

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

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

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