Html Css Color HEX #0E3586 Smalt

📋 copy color: '#0E3586'

red 14 ◦ green 53 ◦ blue 134

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

Shades of Smalt #0E3586

Tints of Smalt #0E3586

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.37%

 BLUE value IS 134 (52.73% from 255) = 66.67%

R = 6.97%
G = 26.37%
B = 66.67%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0E3586 (or 0x0E3586) is known color: Smalt. HEX triplet: 0E, 35 and 86. RGB value is (14,53,134). Sum of RGB (Red+Green+Blue) = 14+53+134=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 134 (52.73% from 255 or 66.67% from 201); Max value from RGB is 134 - color contains mainly: blue. Hex color #0E3586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3586 is #F1CA79. Grayscale: #323232. Windows color (decimal): -15846010 or 8795406. OLE color: 8795406.

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

Color convert

RGB 14 53 134 -
CMYK 0.90 0.60 0 0.47
HSL 220.5º 0.81% 0.29% -
HSV(B) 220.5º 0.9% 0.53% -
XYZ 5.76 4.36 23.09 -
YUV 50.57 175.08 101.91 -
System Red Green Blue C M Y K H S L
Decimal 14 53 134 0.90 0.60 0 0.47 220.5 0.81 0.29
Hex E 35 86 5A 3C 0 2F DC 51 1D
Octal 16 65 206 132 74 0 57 334 121 35
Binary 1110 110101 10000110 1011010 111100 0 101111 11011100 1010001 11101

Color Harmonies of #0E3586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3586

Black with #0E3586

Text Example


Text Example

White with #0E3586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,53,134); }

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

background-color css

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

 a { background-color: rgb(14,53,134); }

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

border-color css

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

 span { border-color: rgb(14,53,134); }

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