Html Css Color HEX #1E759E Lochmara

📋 copy color: '#1E759E'

red 30 ◦ green 117 ◦ blue 158

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

Shades of Lochmara #1E759E

Tints of Lochmara #1E759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.36%

 BLUE value IS 158 (62.11% from 255) = 51.8%

R = 9.84%
G = 38.36%
B = 51.8%

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

#1E759E (or 0x1E759E) is known color: Lochmara. HEX triplet: 1E, 75 and 9E. RGB value is (30,117,158). Sum of RGB (Red+Green+Blue) = 30+117+158=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E759E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E759E is #E18A61. Grayscale: #5F5F5F. Windows color (decimal): -14781026 or 10384670. OLE color: 10384670.

HSL color Cylindrical-coordinate representation of color #1E759E: hue angle of 199.22º 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 #1E759E is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 30 117 158 -
CMYK 0.81 0.26 0 0.38
HSL 199.22º 0.68% 0.37% -
HSV(B) 199.22º 0.81% 0.62% -
XYZ 13.07 15.47 34.64 -
YUV 95.66 163.18 81.17 -
System Red Green Blue C M Y K H S L
Decimal 30 117 158 0.81 0.26 0 0.38 199.22 0.68 0.37
Hex 1E 75 9E 51 1A 0 26 C7 44 25
Octal 36 165 236 121 32 0 46 307 104 45
Binary 11110 1110101 10011110 1010001 11010 0 100110 11000111 1000100 100101

Color Harmonies of #1E759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E759E

Black with #1E759E

Text Example


Text Example

White with #1E759E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,117,158); }

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

background-color css

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

 a { background-color: rgb(30,117,158); }

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

border-color css

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

 span { border-color: rgb(30,117,158); }

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