Html Css Color HEX #0E3087 Smalt

📋 copy color: '#0E3087'

red 14 ◦ green 48 ◦ blue 135

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

Shades of Smalt #0E3087

Tints of Smalt #0E3087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.37%

 BLUE value IS 135 (53.13% from 255) = 68.53%

R = 7.11%
G = 24.37%
B = 68.53%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0E3087 (or 0x0E3087) is known color: Smalt. HEX triplet: 0E, 30 and 87. RGB value is (14,48,135). Sum of RGB (Red+Green+Blue) = 14+48+135=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 135 (53.12% from 255 or 68.53% from 197); Max value from RGB is 135 - color contains mainly: blue. Hex color #0E3087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3087 is #F1CF78. Grayscale: #2F2F2F. Windows color (decimal): -15847289 or 8859662. OLE color: 8859662.

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

Color convert

RGB 14 48 135 -
CMYK 0.90 0.64 0 0.47
HSL 223.14º 0.81% 0.29% -
HSV(B) 223.14º 0.9% 0.53% -
XYZ 5.61 3.96 23.39 -
YUV 47.75 177.24 103.93 -
System Red Green Blue C M Y K H S L
Decimal 14 48 135 0.90 0.64 0 0.47 223.14 0.81 0.29
Hex E 30 87 5A 40 0 2F DF 51 1D
Octal 16 60 207 132 100 0 57 337 121 35
Binary 1110 110000 10000111 1011010 1000000 0 101111 11011111 1010001 11101

Color Harmonies of #0E3087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3087

Black with #0E3087

Text Example


Text Example

White with #0E3087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,48,135); }

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

background-color css

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

 a { background-color: rgb(14,48,135); }

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

border-color css

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

 span { border-color: rgb(14,48,135); }

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