Html Css Color HEX #0E3189 Smalt

📋 copy color: '#0E3189'

red 14 ◦ green 49 ◦ blue 137

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

Shades of Smalt #0E3189

Tints of Smalt #0E3189

RGB

 RED value IS 14 (5.86% from 255) = 7%

 GREEN value IS 49 (19.53% from 255) = 24.5%

 BLUE value IS 137 (53.91% from 255) = 68.5%

R = 7%
G = 24.5%
B = 68.5%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0E3189 (or 0x0E3189) is known color: Smalt. HEX triplet: 0E, 31 and 89. RGB value is (14,49,137). Sum of RGB (Red+Green+Blue) = 14+49+137=200 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 137 (53.91% from 255 or 68.5% from 200); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E3189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3189 is #F1CE76. Grayscale: #303030. Windows color (decimal): -15847031 or 8990990. OLE color: 8990990.

HSL color Cylindrical-coordinate representation of color #0E3189: hue angle of 222.93º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E3189 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 14 49 137 -
CMYK 0.90 0.64 0 0.46
HSL 222.93º 0.81% 0.3% -
HSV(B) 222.93º 0.9% 0.54% -
XYZ 5.79 4.1 24.15 -
YUV 48.57 177.9 103.34 -
System Red Green Blue C M Y K H S L
Decimal 14 49 137 0.90 0.64 0 0.46 222.93 0.81 0.3
Hex E 31 89 5A 40 0 2E DF 51 1E
Octal 16 61 211 132 100 0 56 337 121 36
Binary 1110 110001 10001001 1011010 1000000 0 101110 11011111 1010001 11110

Color Harmonies of #0E3189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3189

Black with #0E3189

Text Example


Text Example

White with #0E3189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E3189; }

 p { color: rgb(14,49,137); }

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

background-color css

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

 a { background-color: rgb(14,49,137); }

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

border-color css

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

 span { border-color: rgb(14,49,137); }

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