Html Css Color HEX #1D6FAE Lochmara

📋 copy color: '#1D6FAE'

red 29 ◦ green 111 ◦ blue 174

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

Shades of Lochmara #1D6FAE

Tints of Lochmara #1D6FAE

RGB

 RED value IS 29 (11.72% from 255) = 9.24%

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

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

R = 9.24%
G = 35.35%
B = 55.41%

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

#1D6FAE (or 0x1D6FAE) is known color: Lochmara. HEX triplet: 1D, 6F and AE. RGB value is (29,111,174). Sum of RGB (Red+Green+Blue) = 29+111+174=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D6FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6FAE is #E29051. Grayscale: #5D5D5D. Windows color (decimal): -14848082 or 11431709. OLE color: 11431709.

HSL color Cylindrical-coordinate representation of color #1D6FAE: hue angle of 206.07º 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 #1D6FAE is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 111 174 -
CMYK 0.83 0.36 0 0.32
HSL 206.07º 0.71% 0.4% -
HSV(B) 206.07º 0.83% 0.68% -
XYZ 13.83 14.69 42.15 -
YUV 93.66 173.33 81.88 -
System Red Green Blue C M Y K H S L
Decimal 29 111 174 0.83 0.36 0 0.32 206.07 0.71 0.4
Hex 1D 6F AE 53 24 0 20 CE 47 28
Octal 35 157 256 123 44 0 40 316 107 50
Binary 11101 1101111 10101110 1010011 100100 0 100000 11001110 1000111 101000

Color Harmonies of #1D6FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6FAE

Black with #1D6FAE

Text Example


Text Example

White with #1D6FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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