Html Css Color HEX #0E3592 Smalt

📋 copy color: '#0E3592'

red 14 ◦ green 53 ◦ blue 146

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

Shades of Smalt #0E3592

Tints of Smalt #0E3592

RGB

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

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

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

R = 6.57%
G = 24.88%
B = 68.54%

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

#0E3592 (or 0x0E3592) is known color: Smalt. HEX triplet: 0E, 35 and 92. RGB value is (14,53,146). Sum of RGB (Red+Green+Blue) = 14+53+146=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E3592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3592 is #F1CA6D. Grayscale: #333333. Windows color (decimal): -15845998 or 9581838. OLE color: 9581838.

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

Color convert

RGB 14 53 146 -
CMYK 0.90 0.64 0 0.43
HSL 222.27º 0.83% 0.31% -
HSV(B) 222.27º 0.9% 0.57% -
XYZ 6.64 4.71 27.75 -
YUV 51.94 181.08 100.94 -
System Red Green Blue C M Y K H S L
Decimal 14 53 146 0.90 0.64 0 0.43 222.27 0.83 0.31
Hex E 35 92 5A 40 0 2B DE 52 1F
Octal 16 65 222 132 100 0 53 336 122 37
Binary 1110 110101 10010010 1011010 1000000 0 101011 11011110 1010010 11111

Color Harmonies of #0E3592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3592

Black with #0E3592

Text Example


Text Example

White with #0E3592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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