Html Css Color HEX #093199 Smalt

📋 copy color: '#093199'

red 9 ◦ green 49 ◦ blue 153

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

Shades of Smalt #093199

Tints of Smalt #093199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

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

R = 4.27%
G = 23.22%
B = 72.51%

CMYK

 C value IS 0.94

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#093199 (or 0x093199) is known color: Smalt. HEX triplet: 09, 31 and 99. RGB value is (9,49,153). Sum of RGB (Red+Green+Blue) = 9+49+153=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #093199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093199 is #F6CE66. Grayscale: #303030. Windows color (decimal): -16174695 or 10039561. OLE color: 10039561.

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

Color convert

RGB 9 49 153 -
CMYK 0.94 0.68 0 0.4
HSL 223.33º 0.89% 0.32% -
HSV(B) 223.33º 0.94% 0.6% -
XYZ 6.96 4.55 30.65 -
YUV 48.9 186.75 99.54 -
System Red Green Blue C M Y K H S L
Decimal 9 49 153 0.94 0.68 0 0.4 223.33 0.89 0.32
Hex 9 31 99 5E 44 0 28 DF 59 20
Octal 11 61 231 136 104 0 50 337 131 40
Binary 1001 110001 10011001 1011110 1000100 0 101000 11011111 1011001 100000

Color Harmonies of #093199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093199

Black with #093199

Text Example


Text Example

White with #093199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093199; }

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

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

background-color css

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

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

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

border-color css

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

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

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