Html Css Color HEX #093693 Smalt

📋 copy color: '#093693'

red 9 ◦ green 54 ◦ blue 147

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

Shades of Smalt #093693

Tints of Smalt #093693

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.71%

 BLUE value IS 147 (57.81% from 255) = 70%

R = 4.29%
G = 25.71%
B = 70%

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

#093693 (or 0x093693) is known color: Smalt. HEX triplet: 09, 36 and 93. RGB value is (9,54,147). Sum of RGB (Red+Green+Blue) = 9+54+147=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #093693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093693 is #F6C96C. Grayscale: #323232. Windows color (decimal): -16173421 or 9647625. OLE color: 9647625.

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

Color convert

RGB 9 54 147 -
CMYK 0.94 0.63 0 0.42
HSL 220.43º 0.88% 0.31% -
HSV(B) 220.43º 0.94% 0.58% -
XYZ 6.7 4.8 28.18 -
YUV 51.15 182.09 97.94 -
System Red Green Blue C M Y K H S L
Decimal 9 54 147 0.94 0.63 0 0.42 220.43 0.88 0.31
Hex 9 36 93 5E 3F 0 2A DC 58 1F
Octal 11 66 223 136 77 0 52 334 130 37
Binary 1001 110110 10010011 1011110 111111 0 101010 11011100 1011000 11111

Color Harmonies of #093693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093693

Black with #093693

Text Example


Text Example

White with #093693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093693; }

 p { color: rgb(9,54,147); }

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

background-color css

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

 a { background-color: rgb(9,54,147); }

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

border-color css

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

 span { border-color: rgb(9,54,147); }

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