Html Css Color HEX #0E2994 Smalt

📋 copy color: '#0E2994'

red 14 ◦ green 41 ◦ blue 148

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

Shades of Smalt #0E2994

Tints of Smalt #0E2994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 72.91%

R = 6.9%
G = 20.2%
B = 72.91%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0E2994 (or 0x0E2994) is known color: Smalt. HEX triplet: 0E, 29 and 94. RGB value is (14,41,148). Sum of RGB (Red+Green+Blue) = 14+41+148=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #0E2994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2994 is #F1D66B. Grayscale: #2C2C2C. Windows color (decimal): -15849068 or 9709838. OLE color: 9709838.

HSL color Cylindrical-coordinate representation of color #0E2994: hue angle of 227.91º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E2994 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 41 148 -
CMYK 0.91 0.72 0 0.42
HSL 227.91º 0.83% 0.32% -
HSV(B) 227.91º 0.91% 0.58% -
XYZ 6.32 3.82 28.42 -
YUV 45.13 186.05 105.8 -
System Red Green Blue C M Y K H S L
Decimal 14 41 148 0.91 0.72 0 0.42 227.91 0.83 0.32
Hex E 29 94 5B 48 0 2A E4 53 20
Octal 16 51 224 133 110 0 52 344 123 40
Binary 1110 101001 10010100 1011011 1001000 0 101010 11100100 1010011 100000

Color Harmonies of #0E2994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2994

Black with #0E2994

Text Example


Text Example

White with #0E2994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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