Html Css Color HEX #0E378D Smalt

📋 copy color: '#0E378D'

red 14 ◦ green 55 ◦ blue 141

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

Shades of Smalt #0E378D

Tints of Smalt #0E378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.19%

 BLUE value IS 141 (55.47% from 255) = 67.14%

R = 6.67%
G = 26.19%
B = 67.14%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E378D (or 0x0E378D) is known color: Smalt. HEX triplet: 0E, 37 and 8D. RGB value is (14,55,141). Sum of RGB (Red+Green+Blue) = 14+55+141=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #0E378D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E378D is #F1C872. Grayscale: #343434. Windows color (decimal): -15845491 or 9254670. OLE color: 9254670.

HSL color Cylindrical-coordinate representation of color #0E378D: hue angle of 220.63º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E378D is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 55 141 -
CMYK 0.90 0.61 0 0.45
HSL 220.63º 0.82% 0.3% -
HSV(B) 220.63º 0.9% 0.55% -
XYZ 6.36 4.75 25.78 -
YUV 52.55 177.92 100.51 -
System Red Green Blue C M Y K H S L
Decimal 14 55 141 0.90 0.61 0 0.45 220.63 0.82 0.3
Hex E 37 8D 5A 3D 0 2D DD 52 1E
Octal 16 67 215 132 75 0 55 335 122 36
Binary 1110 110111 10001101 1011010 111101 0 101101 11011101 1010010 11110

Color Harmonies of #0E378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E378D

Black with #0E378D

Text Example


Text Example

White with #0E378D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,55,141); }

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

background-color css

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

 a { background-color: rgb(14,55,141); }

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

border-color css

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

 span { border-color: rgb(14,55,141); }

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