Html Css Color HEX #093099 Smalt

📋 copy color: '#093099'

red 9 ◦ green 48 ◦ blue 153

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

Shades of Smalt #093099

Tints of Smalt #093099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.86%

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

R = 4.29%
G = 22.86%
B = 72.86%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#093099 (or 0x093099) is known color: Smalt. HEX triplet: 09, 30 and 99. RGB value is (9,48,153). Sum of RGB (Red+Green+Blue) = 9+48+153=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #093099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093099 is #F6CF66. Grayscale: #2F2F2F. Windows color (decimal): -16174951 or 10039305. OLE color: 10039305.

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

Color convert

RGB 9 48 153 -
CMYK 0.94 0.69 0 0.4
HSL 223.75º 0.89% 0.32% -
HSV(B) 223.75º 0.94% 0.6% -
XYZ 6.92 4.47 30.64 -
YUV 48.31 187.08 99.96 -
System Red Green Blue C M Y K H S L
Decimal 9 48 153 0.94 0.69 0 0.4 223.75 0.89 0.32
Hex 9 30 99 5E 45 0 28 E0 59 20
Octal 11 60 231 136 105 0 50 340 131 40
Binary 1001 110000 10011001 1011110 1000101 0 101000 11100000 1011001 100000

Color Harmonies of #093099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093099

Black with #093099

Text Example


Text Example

White with #093099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093099; }

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

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

background-color css

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

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

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

border-color css

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

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

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