Html Css Color HEX #0E378B Smalt

📋 copy color: '#0E378B'

red 14 ◦ green 55 ◦ blue 139

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

Shades of Smalt #0E378B

Tints of Smalt #0E378B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 66.83%

R = 6.73%
G = 26.44%
B = 66.83%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E378B (or 0x0E378B) is known color: Smalt. HEX triplet: 0E, 37 and 8B. RGB value is (14,55,139). Sum of RGB (Red+Green+Blue) = 14+55+139=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E378B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E378B is #F1C874. Grayscale: #333333. Windows color (decimal): -15845493 or 9123598. OLE color: 9123598.

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

Color convert

RGB 14 55 139 -
CMYK 0.90 0.60 0 0.45
HSL 220.32º 0.82% 0.3% -
HSV(B) 220.32º 0.9% 0.55% -
XYZ 6.21 4.69 25 -
YUV 52.32 176.92 100.67 -
System Red Green Blue C M Y K H S L
Decimal 14 55 139 0.90 0.60 0 0.45 220.32 0.82 0.3
Hex E 37 8B 5A 3C 0 2D DC 52 1E
Octal 16 67 213 132 74 0 55 334 122 36
Binary 1110 110111 10001011 1011010 111100 0 101101 11011100 1010010 11110

Color Harmonies of #0E378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E378B

Black with #0E378B

Text Example


Text Example

White with #0E378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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