Html Css Color HEX #0E4499 Smalt

📋 copy color: '#0E4499'

red 14 ◦ green 68 ◦ blue 153

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

Shades of Smalt #0E4499

Tints of Smalt #0E4499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.94%

 BLUE value IS 153 (60.16% from 255) = 65.11%

R = 5.96%
G = 28.94%
B = 65.11%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0E4499 (or 0x0E4499) is known color: Smalt. HEX triplet: 0E, 44 and 99. RGB value is (14,68,153). Sum of RGB (Red+Green+Blue) = 14+68+153=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E4499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4499 is #F1BB66. Grayscale: #3D3D3D. Windows color (decimal): -15842151 or 10044430. OLE color: 10044430.

HSL color Cylindrical-coordinate representation of color #0E4499: hue angle of 216.69º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E4499 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 14 68 153 -
CMYK 0.91 0.56 0 0.4
HSL 216.69º 0.83% 0.33% -
HSV(B) 216.69º 0.91% 0.6% -
XYZ 8 6.53 30.98 -
YUV 61.54 179.61 94.09 -
System Red Green Blue C M Y K H S L
Decimal 14 68 153 0.91 0.56 0 0.4 216.69 0.83 0.33
Hex E 44 99 5B 38 0 28 D9 53 21
Octal 16 104 231 133 70 0 50 331 123 41
Binary 1110 1000100 10011001 1011011 111000 0 101000 11011001 1010011 100001

Color Harmonies of #0E4499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4499

Black with #0E4499

Text Example


Text Example

White with #0E4499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,68,153); }

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

background-color css

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

 a { background-color: rgb(14,68,153); }

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

border-color css

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

 span { border-color: rgb(14,68,153); }

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