Html Css Color HEX #093893 Smalt

📋 copy color: '#093893'

red 9 ◦ green 56 ◦ blue 147

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

Shades of Smalt #093893

Tints of Smalt #093893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.42%

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

R = 4.25%
G = 26.42%
B = 69.34%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#093893 (or 0x093893) is known color: Smalt. HEX triplet: 09, 38 and 93. RGB value is (9,56,147). Sum of RGB (Red+Green+Blue) = 9+56+147=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #093893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093893 is #F6C76C. Grayscale: #333333. Windows color (decimal): -16172909 or 9648137. OLE color: 9648137.

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

Color convert

RGB 9 56 147 -
CMYK 0.94 0.62 0 0.42
HSL 219.57º 0.88% 0.31% -
HSV(B) 219.57º 0.94% 0.58% -
XYZ 6.79 4.99 28.21 -
YUV 52.32 181.43 97.1 -
System Red Green Blue C M Y K H S L
Decimal 9 56 147 0.94 0.62 0 0.42 219.57 0.88 0.31
Hex 9 38 93 5E 3E 0 2A DC 58 1F
Octal 11 70 223 136 76 0 52 334 130 37
Binary 1001 111000 10010011 1011110 111110 0 101010 11011100 1011000 11111

Color Harmonies of #093893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093893

Black with #093893

Text Example


Text Example

White with #093893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093893; }

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

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

background-color css

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

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

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

border-color css

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

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

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