Html Css Color HEX #093890 Smalt

📋 copy color: '#093890'

red 9 ◦ green 56 ◦ blue 144

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

Shades of Smalt #093890

Tints of Smalt #093890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 68.9%

R = 4.31%
G = 26.79%
B = 68.9%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#093890 (or 0x093890) is known color: Smalt. HEX triplet: 09, 38 and 90. RGB value is (9,56,144). Sum of RGB (Red+Green+Blue) = 9+56+144=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 144 (56.64% from 255 or 68.90% from 209); Max value from RGB is 144 - color contains mainly: blue. Hex color #093890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093890 is #F6C76F. Grayscale: #333333. Windows color (decimal): -16172912 or 9451529. OLE color: 9451529.

HSL color Cylindrical-coordinate representation of color #093890: hue angle of 219.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093890 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 56 144 -
CMYK 0.94 0.61 0 0.44
HSL 219.11º 0.88% 0.3% -
HSV(B) 219.11º 0.94% 0.56% -
XYZ 6.56 4.9 26.99 -
YUV 51.98 179.93 97.34 -
System Red Green Blue C M Y K H S L
Decimal 9 56 144 0.94 0.61 0 0.44 219.11 0.88 0.3
Hex 9 38 90 5E 3D 0 2C DB 58 1E
Octal 11 70 220 136 75 0 54 333 130 36
Binary 1001 111000 10010000 1011110 111101 0 101100 11011011 1011000 11110

Color Harmonies of #093890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093890

Black with #093890

Text Example


Text Example

White with #093890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093890; }

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

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

background-color css

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

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

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

border-color css

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

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

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