Html Css Color HEX #093699 Smalt

📋 copy color: '#093699'

red 9 ◦ green 54 ◦ blue 153

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

Shades of Smalt #093699

Tints of Smalt #093699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25%

 BLUE value IS 153 (60.16% from 255) = 70.83%

R = 4.17%
G = 25%
B = 70.83%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#093699 (or 0x093699) is known color: Smalt. HEX triplet: 09, 36 and 99. RGB value is (9,54,153). Sum of RGB (Red+Green+Blue) = 9+54+153=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #093699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093699 is #F6C966. Grayscale: #333333. Windows color (decimal): -16173415 or 10040841. OLE color: 10040841.

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

Color convert

RGB 9 54 153 -
CMYK 0.94 0.65 0 0.4
HSL 221.25º 0.89% 0.32% -
HSV(B) 221.25º 0.94% 0.6% -
XYZ 7.18 5 30.72 -
YUV 51.83 185.09 97.45 -
System Red Green Blue C M Y K H S L
Decimal 9 54 153 0.94 0.65 0 0.4 221.25 0.89 0.32
Hex 9 36 99 5E 41 0 28 DD 59 20
Octal 11 66 231 136 101 0 50 335 131 40
Binary 1001 110110 10011001 1011110 1000001 0 101000 11011101 1011001 100000

Color Harmonies of #093699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093699

Black with #093699

Text Example


Text Example

White with #093699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093699; }

 p { color: rgb(9,54,153); }

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

background-color css

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

 a { background-color: rgb(9,54,153); }

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

border-color css

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

 span { border-color: rgb(9,54,153); }

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