Html Css Color HEX #1E6FAE Lochmara

📋 copy color: '#1E6FAE'

red 30 ◦ green 111 ◦ blue 174

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

Shades of Lochmara #1E6FAE

Tints of Lochmara #1E6FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.24%

 BLUE value IS 174 (68.36% from 255) = 55.24%

R = 9.52%
G = 35.24%
B = 55.24%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E6FAE (or 0x1E6FAE) is known color: Lochmara. HEX triplet: 1E, 6F and AE. RGB value is (30,111,174). Sum of RGB (Red+Green+Blue) = 30+111+174=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E6FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6FAE is #E19051. Grayscale: #5D5D5D. Windows color (decimal): -14782546 or 11431710. OLE color: 11431710.

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

Color convert

RGB 30 111 174 -
CMYK 0.83 0.36 0 0.32
HSL 206.25º 0.71% 0.4% -
HSV(B) 206.25º 0.83% 0.68% -
XYZ 13.86 14.7 42.15 -
YUV 93.96 173.16 82.38 -
System Red Green Blue C M Y K H S L
Decimal 30 111 174 0.83 0.36 0 0.32 206.25 0.71 0.4
Hex 1E 6F AE 53 24 0 20 CE 47 28
Octal 36 157 256 123 44 0 40 316 107 50
Binary 11110 1101111 10101110 1010011 100100 0 100000 11001110 1000111 101000

Color Harmonies of #1E6FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6FAE

Black with #1E6FAE

Text Example


Text Example

White with #1E6FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,111,174); }

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

background-color css

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

 a { background-color: rgb(30,111,174); }

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

border-color css

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

 span { border-color: rgb(30,111,174); }

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