Html Css Color HEX #1E749D Lochmara

📋 copy color: '#1E749D'

red 30 ◦ green 116 ◦ blue 157

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

Shades of Lochmara #1E749D

Tints of Lochmara #1E749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.82%

R = 9.9%
G = 38.28%
B = 51.82%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E749D (or 0x1E749D) is known color: Lochmara. HEX triplet: 1E, 74 and 9D. RGB value is (30,116,157). Sum of RGB (Red+Green+Blue) = 30+116+157=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E749D is #E18B62. Grayscale: #5E5E5E. Windows color (decimal): -14781283 or 10318878. OLE color: 10318878.

HSL color Cylindrical-coordinate representation of color #1E749D: hue angle of 199.37º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E749D is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 30 116 157 -
CMYK 0.81 0.26 0 0.38
HSL 199.37º 0.68% 0.37% -
HSV(B) 199.37º 0.81% 0.62% -
XYZ 12.87 15.2 34.15 -
YUV 94.96 163.01 81.67 -
System Red Green Blue C M Y K H S L
Decimal 30 116 157 0.81 0.26 0 0.38 199.37 0.68 0.37
Hex 1E 74 9D 51 1A 0 26 C7 44 25
Octal 36 164 235 121 32 0 46 307 104 45
Binary 11110 1110100 10011101 1010001 11010 0 100110 11000111 1000100 100101

Color Harmonies of #1E749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E749D

Black with #1E749D

Text Example


Text Example

White with #1E749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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