Html Css Color HEX #093E92 Smalt

📋 copy color: '#093E92'

red 9 ◦ green 62 ◦ blue 146

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

Shades of Smalt #093E92

Tints of Smalt #093E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 67.28%

R = 4.15%
G = 28.57%
B = 67.28%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#093E92 (or 0x093E92) is known color: Smalt. HEX triplet: 09, 3E and 92. RGB value is (9,62,146). Sum of RGB (Red+Green+Blue) = 9+62+146=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #093E92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093E92 is #F6C16D. Grayscale: #373737. Windows color (decimal): -16171374 or 9584137. OLE color: 9584137.

HSL color Cylindrical-coordinate representation of color #093E92: hue angle of 216.79º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093E92 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 62 146 -
CMYK 0.94 0.58 0 0.43
HSL 216.79º 0.88% 0.3% -
HSV(B) 216.79º 0.94% 0.57% -
XYZ 7.02 5.58 27.9 -
YUV 55.73 178.94 94.67 -
System Red Green Blue C M Y K H S L
Decimal 9 62 146 0.94 0.58 0 0.43 216.79 0.88 0.3
Hex 9 3E 92 5E 3A 0 2B D9 58 1E
Octal 11 76 222 136 72 0 53 331 130 36
Binary 1001 111110 10010010 1011110 111010 0 101011 11011001 1011000 11110

Color Harmonies of #093E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E92

Black with #093E92

Text Example


Text Example

White with #093E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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