Html Css Color HEX #093D99 Smalt

📋 copy color: '#093D99'

red 9 ◦ green 61 ◦ blue 153

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

Shades of Smalt #093D99

Tints of Smalt #093D99

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.35%

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

R = 4.04%
G = 27.35%
B = 68.61%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#093D99 (or 0x093D99) is known color: Smalt. HEX triplet: 09, 3D and 99. RGB value is (9,61,153). Sum of RGB (Red+Green+Blue) = 9+61+153=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #093D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093D99 is #F6C266. Grayscale: #373737. Windows color (decimal): -16171623 or 10042633. OLE color: 10042633.

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

Color convert

RGB 9 61 153 -
CMYK 0.94 0.60 0 0.4
HSL 218.33º 0.89% 0.32% -
HSV(B) 218.33º 0.94% 0.6% -
XYZ 7.53 5.7 30.84 -
YUV 55.94 182.77 94.52 -
System Red Green Blue C M Y K H S L
Decimal 9 61 153 0.94 0.60 0 0.4 218.33 0.89 0.32
Hex 9 3D 99 5E 3C 0 28 DA 59 20
Octal 11 75 231 136 74 0 50 332 131 40
Binary 1001 111101 10011001 1011110 111100 0 101000 11011010 1011001 100000

Color Harmonies of #093D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D99

Black with #093D99

Text Example


Text Example

White with #093D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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