Html Css Color HEX #0E2889 Smalt

📋 copy color: '#0E2889'

red 14 ◦ green 40 ◦ blue 137

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

Shades of Smalt #0E2889

Tints of Smalt #0E2889

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.94%

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

R = 7.33%
G = 20.94%
B = 71.73%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0E2889 (or 0x0E2889) is known color: Smalt. HEX triplet: 0E, 28 and 89. RGB value is (14,40,137). Sum of RGB (Red+Green+Blue) = 14+40+137=191 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.33% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 137 (53.91% from 255 or 71.73% from 191); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E2889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2889 is #F1D776. Grayscale: #2A2A2A. Windows color (decimal): -15849335 or 8988686. OLE color: 8988686.

HSL color Cylindrical-coordinate representation of color #0E2889: hue angle of 227.32º 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 #0E2889 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 14 40 137 -
CMYK 0.90 0.71 0 0.46
HSL 227.32º 0.81% 0.3% -
HSV(B) 227.32º 0.9% 0.54% -
XYZ 5.46 3.42 24.04 -
YUV 43.28 180.89 107.11 -
System Red Green Blue C M Y K H S L
Decimal 14 40 137 0.90 0.71 0 0.46 227.32 0.81 0.3
Hex E 28 89 5A 47 0 2E E3 51 1E
Octal 16 50 211 132 107 0 56 343 121 36
Binary 1110 101000 10001001 1011010 1000111 0 101110 11100011 1010001 11110

Color Harmonies of #0E2889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2889

Black with #0E2889

Text Example


Text Example

White with #0E2889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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