Html Css Color HEX #1E7DAF Lochmara

📋 copy color: '#1E7DAF'

red 30 ◦ green 125 ◦ blue 175

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

Shades of Lochmara #1E7DAF

Tints of Lochmara #1E7DAF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.88%

 BLUE value IS 175 (68.75% from 255) = 53.03%

R = 9.09%
G = 37.88%
B = 53.03%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1E7DAF (or 0x1E7DAF) is known color: Lochmara. HEX triplet: 1E, 7D and AF. RGB value is (30,125,175). Sum of RGB (Red+Green+Blue) = 30+125+175=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E7DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7DAF is #E18250. Grayscale: #666666. Windows color (decimal): -14778961 or 11500830. OLE color: 11500830.

HSL color Cylindrical-coordinate representation of color #1E7DAF: hue angle of 200.69º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E7DAF is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 30 125 175 -
CMYK 0.83 0.29 0 0.31
HSL 200.69º 0.71% 0.4% -
HSV(B) 200.69º 0.83% 0.69% -
XYZ 15.61 18.04 43.22 -
YUV 102.3 169.03 76.43 -
System Red Green Blue C M Y K H S L
Decimal 30 125 175 0.83 0.29 0 0.31 200.69 0.71 0.4
Hex 1E 7D AF 53 1D 0 1F C9 47 28
Octal 36 175 257 123 35 0 37 311 107 50
Binary 11110 1111101 10101111 1010011 11101 0 11111 11001001 1000111 101000

Color Harmonies of #1E7DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7DAF

Black with #1E7DAF

Text Example


Text Example

White with #1E7DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,125,175); }

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

background-color css

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

 a { background-color: rgb(30,125,175); }

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

border-color css

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

 span { border-color: rgb(30,125,175); }

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