Html Css Color HEX #093E94 Smalt

📋 copy color: '#093E94'

red 9 ◦ green 62 ◦ blue 148

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

Shades of Smalt #093E94

Tints of Smalt #093E94

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.31%

 BLUE value IS 148 (58.2% from 255) = 67.58%

R = 4.11%
G = 28.31%
B = 67.58%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#093E94 (or 0x093E94) is known color: Smalt. HEX triplet: 09, 3E and 94. RGB value is (9,62,148). Sum of RGB (Red+Green+Blue) = 9+62+148=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #093E94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093E94 is #F6C16B. Grayscale: #373737. Windows color (decimal): -16171372 or 9715209. OLE color: 9715209.

HSL color Cylindrical-coordinate representation of color #093E94: hue angle of 217.12º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093E94 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 62 148 -
CMYK 0.94 0.58 0 0.42
HSL 217.12º 0.89% 0.31% -
HSV(B) 217.12º 0.94% 0.58% -
XYZ 7.18 5.64 28.73 -
YUV 55.96 179.94 94.51 -
System Red Green Blue C M Y K H S L
Decimal 9 62 148 0.94 0.58 0 0.42 217.12 0.89 0.31
Hex 9 3E 94 5E 3A 0 2A D9 59 1F
Octal 11 76 224 136 72 0 52 331 131 37
Binary 1001 111110 10010100 1011110 111010 0 101010 11011001 1011001 11111

Color Harmonies of #093E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E94

Black with #093E94

Text Example


Text Example

White with #093E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,62,148); }

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

background-color css

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

 a { background-color: rgb(9,62,148); }

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

border-color css

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

 span { border-color: rgb(9,62,148); }

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