Html Css Color HEX #093794 Smalt

📋 copy color: '#093794'

red 9 ◦ green 55 ◦ blue 148

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

Shades of Smalt #093794

Tints of Smalt #093794

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.94%

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

R = 4.25%
G = 25.94%
B = 69.81%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#093794 (or 0x093794) is known color: Smalt. HEX triplet: 09, 37 and 94. RGB value is (9,55,148). Sum of RGB (Red+Green+Blue) = 9+55+148=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #093794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093794 is #F6C86B. Grayscale: #333333. Windows color (decimal): -16173164 or 9713417. OLE color: 9713417.

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

Color convert

RGB 9 55 148 -
CMYK 0.94 0.63 0 0.42
HSL 220.14º 0.89% 0.31% -
HSV(B) 220.14º 0.94% 0.58% -
XYZ 6.82 4.93 28.61 -
YUV 51.85 182.26 97.44 -
System Red Green Blue C M Y K H S L
Decimal 9 55 148 0.94 0.63 0 0.42 220.14 0.89 0.31
Hex 9 37 94 5E 3F 0 2A DC 59 1F
Octal 11 67 224 136 77 0 52 334 131 37
Binary 1001 110111 10010100 1011110 111111 0 101010 11011100 1011001 11111

Color Harmonies of #093794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093794

Black with #093794

Text Example


Text Example

White with #093794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093794; }

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

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

background-color css

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

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

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

border-color css

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

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

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