Html Css Color HEX #093993 Smalt

📋 copy color: '#093993'

red 9 ◦ green 57 ◦ blue 147

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

Shades of Smalt #093993

Tints of Smalt #093993

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.76%

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

R = 4.23%
G = 26.76%
B = 69.01%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#093993 (or 0x093993) is known color: Smalt. HEX triplet: 09, 39 and 93. RGB value is (9,57,147). Sum of RGB (Red+Green+Blue) = 9+57+147=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #093993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093993 is #F6C66C. Grayscale: #343434. Windows color (decimal): -16172653 or 9648393. OLE color: 9648393.

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

Color convert

RGB 9 57 147 -
CMYK 0.94 0.61 0 0.42
HSL 219.13º 0.88% 0.31% -
HSV(B) 219.13º 0.94% 0.58% -
XYZ 6.84 5.09 28.23 -
YUV 52.91 181.1 96.68 -
System Red Green Blue C M Y K H S L
Decimal 9 57 147 0.94 0.61 0 0.42 219.13 0.88 0.31
Hex 9 39 93 5E 3D 0 2A DB 58 1F
Octal 11 71 223 136 75 0 52 333 130 37
Binary 1001 111001 10010011 1011110 111101 0 101010 11011011 1011000 11111

Color Harmonies of #093993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093993

Black with #093993

Text Example


Text Example

White with #093993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093993; }

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

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

background-color css

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

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

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

border-color css

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

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

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