Html Css Color HEX #0E2988 Smalt

📋 copy color: '#0E2988'

red 14 ◦ green 41 ◦ blue 136

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

Shades of Smalt #0E2988

Tints of Smalt #0E2988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

 BLUE value IS 136 (53.52% from 255) = 71.2%

R = 7.33%
G = 21.47%
B = 71.2%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0E2988 (or 0x0E2988) is known color: Smalt. HEX triplet: 0E, 29 and 88. RGB value is (14,41,136). Sum of RGB (Red+Green+Blue) = 14+41+136=191 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.33% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 136 (53.52% from 255 or 71.20% from 191); Max value from RGB is 136 - color contains mainly: blue. Hex color #0E2988 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2988 is #F1D677. Grayscale: #2B2B2B. Windows color (decimal): -15849080 or 8923406. OLE color: 8923406.

HSL color Cylindrical-coordinate representation of color #0E2988: hue angle of 226.72º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E2988 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 41 136 -
CMYK 0.90 0.70 0 0.47
HSL 226.72º 0.81% 0.29% -
HSV(B) 226.72º 0.9% 0.53% -
XYZ 5.42 3.46 23.67 -
YUV 43.76 180.05 106.78 -
System Red Green Blue C M Y K H S L
Decimal 14 41 136 0.90 0.70 0 0.47 226.72 0.81 0.29
Hex E 29 88 5A 46 0 2F E3 51 1D
Octal 16 51 210 132 106 0 57 343 121 35
Binary 1110 101001 10001000 1011010 1000110 0 101111 11100011 1010001 11101

Color Harmonies of #0E2988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2988

Black with #0E2988

Text Example


Text Example

White with #0E2988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,41,136); }

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

background-color css

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

 a { background-color: rgb(14,41,136); }

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

border-color css

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

 span { border-color: rgb(14,41,136); }

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