Html Css Color HEX #0E4099 Smalt

📋 copy color: '#0E4099'

red 14 ◦ green 64 ◦ blue 153

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

Shades of Smalt #0E4099

Tints of Smalt #0E4099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

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

R = 6.06%
G = 27.71%
B = 66.23%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0E4099 (or 0x0E4099) is known color: Smalt. HEX triplet: 0E, 40 and 99. RGB value is (14,64,153). Sum of RGB (Red+Green+Blue) = 14+64+153=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E4099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4099 is #F1BF66. Grayscale: #3A3A3A. Windows color (decimal): -15843175 or 10043406. OLE color: 10043406.

HSL color Cylindrical-coordinate representation of color #0E4099: hue angle of 218.42º 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 #0E4099 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 14 64 153 -
CMYK 0.91 0.58 0 0.4
HSL 218.42º 0.83% 0.33% -
HSV(B) 218.42º 0.91% 0.6% -
XYZ 7.76 6.06 30.9 -
YUV 59.2 180.94 95.76 -
System Red Green Blue C M Y K H S L
Decimal 14 64 153 0.91 0.58 0 0.4 218.42 0.83 0.33
Hex E 40 99 5B 3A 0 28 DA 53 21
Octal 16 100 231 133 72 0 50 332 123 41
Binary 1110 1000000 10011001 1011011 111010 0 101000 11011010 1010011 100001

Color Harmonies of #0E4099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4099

Black with #0E4099

Text Example


Text Example

White with #0E4099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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