Html Css Color HEX #093E90 Smalt

📋 copy color: '#093E90'

red 9 ◦ green 62 ◦ blue 144

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

Shades of Smalt #093E90

Tints of Smalt #093E90

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.84%

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

R = 4.19%
G = 28.84%
B = 66.98%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#093E90 (or 0x093E90) is known color: Smalt. HEX triplet: 09, 3E and 90. RGB value is (9,62,144). Sum of RGB (Red+Green+Blue) = 9+62+144=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #093E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093E90 is #F6C16F. Grayscale: #373737. Windows color (decimal): -16171376 or 9453065. OLE color: 9453065.

HSL color Cylindrical-coordinate representation of color #093E90: hue angle of 216.44º 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 #093E90 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 62 144 -
CMYK 0.94 0.57 0 0.44
HSL 216.44º 0.88% 0.3% -
HSV(B) 216.44º 0.94% 0.56% -
XYZ 6.87 5.52 27.09 -
YUV 55.5 177.94 94.83 -
System Red Green Blue C M Y K H S L
Decimal 9 62 144 0.94 0.57 0 0.44 216.44 0.88 0.3
Hex 9 3E 90 5E 39 0 2C D8 58 1E
Octal 11 76 220 136 71 0 54 330 130 36
Binary 1001 111110 10010000 1011110 111001 0 101100 11011000 1011000 11110

Color Harmonies of #093E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E90

Black with #093E90

Text Example


Text Example

White with #093E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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