Html Css Color HEX #0E3491 Smalt

📋 copy color: '#0E3491'

red 14 ◦ green 52 ◦ blue 145

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

Shades of Smalt #0E3491

Tints of Smalt #0E3491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.64%

 BLUE value IS 145 (57.03% from 255) = 68.72%

R = 6.64%
G = 24.64%
B = 68.72%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0E3491 (or 0x0E3491) is known color: Smalt. HEX triplet: 0E, 34 and 91. RGB value is (14,52,145). Sum of RGB (Red+Green+Blue) = 14+52+145=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #0E3491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3491 is #F1CB6E. Grayscale: #323232. Windows color (decimal): -15846255 or 9516046. OLE color: 9516046.

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

Color convert

RGB 14 52 145 -
CMYK 0.90 0.64 0 0.43
HSL 222.6º 0.82% 0.31% -
HSV(B) 222.6º 0.9% 0.57% -
XYZ 6.52 4.59 27.33 -
YUV 51.24 180.91 101.44 -
System Red Green Blue C M Y K H S L
Decimal 14 52 145 0.90 0.64 0 0.43 222.6 0.82 0.31
Hex E 34 91 5A 40 0 2B DF 52 1F
Octal 16 64 221 132 100 0 53 337 122 37
Binary 1110 110100 10010001 1011010 1000000 0 101011 11011111 1010010 11111

Color Harmonies of #0E3491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3491

Black with #0E3491

Text Example


Text Example

White with #0E3491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,52,145); }

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

background-color css

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

 a { background-color: rgb(14,52,145); }

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

border-color css

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

 span { border-color: rgb(14,52,145); }

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