Html Css Color HEX #1E7497 Lochmara

📋 copy color: '#1E7497'

red 30 ◦ green 116 ◦ blue 151

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

Shades of Lochmara #1E7497

Tints of Lochmara #1E7497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.06%

 BLUE value IS 151 (59.38% from 255) = 50.84%

R = 10.1%
G = 39.06%
B = 50.84%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1E7497 (or 0x1E7497) is known color: Lochmara. HEX triplet: 1E, 74 and 97. RGB value is (30,116,151). Sum of RGB (Red+Green+Blue) = 30+116+151=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #1E7497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7497 is #E18B68. Grayscale: #5E5E5E. Windows color (decimal): -14781289 or 9925662. OLE color: 9925662.

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

Color convert

RGB 30 116 151 -
CMYK 0.80 0.23 0 0.41
HSL 197.36º 0.67% 0.35% -
HSV(B) 197.36º 0.8% 0.59% -
XYZ 12.37 15 31.52 -
YUV 94.28 160.01 82.15 -
System Red Green Blue C M Y K H S L
Decimal 30 116 151 0.80 0.23 0 0.41 197.36 0.67 0.35
Hex 1E 74 97 50 17 0 29 C5 43 23
Octal 36 164 227 120 27 0 51 305 103 43
Binary 11110 1110100 10010111 1010000 10111 0 101001 11000101 1000011 100011

Color Harmonies of #1E7497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7497

Black with #1E7497

Text Example


Text Example

White with #1E7497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,116,151); }

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

background-color css

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

 a { background-color: rgb(30,116,151); }

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

border-color css

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

 span { border-color: rgb(30,116,151); }

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