Html Css Color HEX #0E3392 Smalt

📋 copy color: '#0E3392'

red 14 ◦ green 51 ◦ blue 146

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

Shades of Smalt #0E3392

Tints of Smalt #0E3392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.17%

 BLUE value IS 146 (57.42% from 255) = 69.19%

R = 6.64%
G = 24.17%
B = 69.19%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0E3392 (or 0x0E3392) is known color: Smalt. HEX triplet: 0E, 33 and 92. RGB value is (14,51,146). Sum of RGB (Red+Green+Blue) = 14+51+146=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E3392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3392 is #F1CC6D. Grayscale: #323232. Windows color (decimal): -15846510 or 9581326. OLE color: 9581326.

HSL color Cylindrical-coordinate representation of color #0E3392: hue angle of 223.18º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E3392 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 51 146 -
CMYK 0.90 0.65 0 0.43
HSL 223.18º 0.83% 0.31% -
HSV(B) 223.18º 0.9% 0.57% -
XYZ 6.55 4.54 27.72 -
YUV 50.77 181.74 101.78 -
System Red Green Blue C M Y K H S L
Decimal 14 51 146 0.90 0.65 0 0.43 223.18 0.83 0.31
Hex E 33 92 5A 41 0 2B DF 52 1F
Octal 16 63 222 132 101 0 53 337 122 37
Binary 1110 110011 10010010 1011010 1000001 0 101011 11011111 1010010 11111

Color Harmonies of #0E3392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3392

Black with #0E3392

Text Example


Text Example

White with #0E3392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,51,146); }

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

background-color css

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

 a { background-color: rgb(14,51,146); }

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

border-color css

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

 span { border-color: rgb(14,51,146); }

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