Html Css Color HEX #0E2D89 Smalt

📋 copy color: '#0E2D89'

red 14 ◦ green 45 ◦ blue 137

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

Shades of Smalt #0E2D89

Tints of Smalt #0E2D89

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.96%

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

R = 7.14%
G = 22.96%
B = 69.9%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0E2D89 (or 0x0E2D89) is known color: Smalt. HEX triplet: 0E, 2D and 89. RGB value is (14,45,137). Sum of RGB (Red+Green+Blue) = 14+45+137=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 137 (53.91% from 255 or 69.90% from 196); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E2D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2D89 is #F1D276. Grayscale: #2D2D2D. Windows color (decimal): -15848055 or 8989966. OLE color: 8989966.

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

Color convert

RGB 14 45 137 -
CMYK 0.90 0.67 0 0.46
HSL 224.88º 0.81% 0.3% -
HSV(B) 224.88º 0.9% 0.54% -
XYZ 5.63 3.78 24.1 -
YUV 46.22 179.23 105.02 -
System Red Green Blue C M Y K H S L
Decimal 14 45 137 0.90 0.67 0 0.46 224.88 0.81 0.3
Hex E 2D 89 5A 43 0 2E E1 51 1E
Octal 16 55 211 132 103 0 56 341 121 36
Binary 1110 101101 10001001 1011010 1000011 0 101110 11100001 1010001 11110

Color Harmonies of #0E2D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2D89

Black with #0E2D89

Text Example


Text Example

White with #0E2D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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