Html Css Color HEX #1E7395 Lochmara

📋 copy color: '#1E7395'

red 30 ◦ green 115 ◦ blue 149

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

Shades of Lochmara #1E7395

Tints of Lochmara #1E7395

RGB

 RED value IS 30 (12.11% from 255) = 10.2%

 GREEN value IS 115 (45.31% from 255) = 39.12%

 BLUE value IS 149 (58.59% from 255) = 50.68%

R = 10.2%
G = 39.12%
B = 50.68%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1E7395 (or 0x1E7395) is known color: Lochmara. HEX triplet: 1E, 73 and 95. RGB value is (30,115,149). Sum of RGB (Red+Green+Blue) = 30+115+149=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E7395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7395 is #E18C6A. Grayscale: #5D5D5D. Windows color (decimal): -14781547 or 9794334. OLE color: 9794334.

HSL color Cylindrical-coordinate representation of color #1E7395: hue angle of 197.14º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E7395 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 115 149 -
CMYK 0.80 0.23 0 0.42
HSL 197.14º 0.66% 0.35% -
HSV(B) 197.14º 0.8% 0.58% -
XYZ 12.09 14.71 30.64 -
YUV 93.46 159.34 82.74 -
System Red Green Blue C M Y K H S L
Decimal 30 115 149 0.80 0.23 0 0.42 197.14 0.66 0.35
Hex 1E 73 95 50 17 0 2A C5 42 23
Octal 36 163 225 120 27 0 52 305 102 43
Binary 11110 1110011 10010101 1010000 10111 0 101010 11000101 1000010 100011

Color Harmonies of #1E7395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7395

Black with #1E7395

Text Example


Text Example

White with #1E7395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E7395; }

 p { color: rgb(30,115,149); }

 H1.HeaderClassName
 {
   color: #1E7395;
 }
 .AnyTagClassName
 {
   color: #1E7395;
 }
</style>

background-color css

<style>
 a { background-color: #1E7395; }

 a { background-color: rgb(30,115,149); }

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

border-color css

<style>
 span { border-color: #1E7395; }

 span { border-color: rgb(30,115,149); }

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