Html Css Color HEX #1D6E95 Lochmara

📋 copy color: '#1D6E95'

red 29 ◦ green 110 ◦ blue 149

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

Shades of Lochmara #1D6E95

Tints of Lochmara #1D6E95

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.19%

 BLUE value IS 149 (58.59% from 255) = 51.74%

R = 10.07%
G = 38.19%
B = 51.74%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1D6E95 (or 0x1D6E95) is known color: Lochmara. HEX triplet: 1D, 6E and 95. RGB value is (29,110,149). Sum of RGB (Red+Green+Blue) = 29+110+149=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D6E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6E95 is #E2916A. Grayscale: #595959. Windows color (decimal): -14848363 or 9793053. OLE color: 9793053.

HSL color Cylindrical-coordinate representation of color #1D6E95: hue angle of 199.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D6E95 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 110 149 -
CMYK 0.81 0.26 0 0.42
HSL 199.5º 0.67% 0.35% -
HSV(B) 199.5º 0.81% 0.58% -
XYZ 11.51 13.58 30.45 -
YUV 90.23 161.16 84.33 -
System Red Green Blue C M Y K H S L
Decimal 29 110 149 0.81 0.26 0 0.42 199.5 0.67 0.35
Hex 1D 6E 95 51 1A 0 2A C8 43 23
Octal 35 156 225 121 32 0 52 310 103 43
Binary 11101 1101110 10010101 1010001 11010 0 101010 11001000 1000011 100011

Color Harmonies of #1D6E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6E95

Black with #1D6E95

Text Example


Text Example

White with #1D6E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,110,149); }

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

background-color css

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

 a { background-color: rgb(29,110,149); }

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

border-color css

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

 span { border-color: rgb(29,110,149); }

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