Html Css Color HEX #093499 Smalt

📋 copy color: '#093499'

red 9 ◦ green 52 ◦ blue 153

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

Shades of Smalt #093499

Tints of Smalt #093499

RGB

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

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

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

R = 4.21%
G = 24.3%
B = 71.5%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#093499 (or 0x093499) is known color: Smalt. HEX triplet: 09, 34 and 99. RGB value is (9,52,153). Sum of RGB (Red+Green+Blue) = 9+52+153=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #093499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093499 is #F6CB66. Grayscale: #323232. Windows color (decimal): -16173927 or 10040329. OLE color: 10040329.

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

Color convert

RGB 9 52 153 -
CMYK 0.94 0.66 0 0.4
HSL 222.08º 0.89% 0.32% -
HSV(B) 222.08º 0.94% 0.6% -
XYZ 7.09 4.81 30.69 -
YUV 50.66 185.75 98.29 -
System Red Green Blue C M Y K H S L
Decimal 9 52 153 0.94 0.66 0 0.4 222.08 0.89 0.32
Hex 9 34 99 5E 42 0 28 DE 59 20
Octal 11 64 231 136 102 0 50 336 131 40
Binary 1001 110100 10011001 1011110 1000010 0 101000 11011110 1011001 100000

Color Harmonies of #093499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093499

Black with #093499

Text Example


Text Example

White with #093499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093499; }

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

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

background-color css

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

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

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

border-color css

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

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

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