Html Css Color HEX #1D6C95 Lochmara

📋 copy color: '#1D6C95'

red 29 ◦ green 108 ◦ blue 149

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

Shades of Lochmara #1D6C95

Tints of Lochmara #1D6C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.76%

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

R = 10.14%
G = 37.76%
B = 52.1%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1D6C95 (or 0x1D6C95) is known color: Lochmara. HEX triplet: 1D, 6C and 95. RGB value is (29,108,149). Sum of RGB (Red+Green+Blue) = 29+108+149=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D6C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6C95 is #E2936A. Grayscale: #585858. Windows color (decimal): -14848875 or 9792541. OLE color: 9792541.

HSL color Cylindrical-coordinate representation of color #1D6C95: hue angle of 200.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 #1D6C95 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 108 149 -
CMYK 0.81 0.28 0 0.42
HSL 200.5º 0.67% 0.35% -
HSV(B) 200.5º 0.81% 0.58% -
XYZ 11.29 13.16 30.38 -
YUV 89.05 161.83 85.17 -
System Red Green Blue C M Y K H S L
Decimal 29 108 149 0.81 0.28 0 0.42 200.5 0.67 0.35
Hex 1D 6C 95 51 1C 0 2A C8 43 23
Octal 35 154 225 121 34 0 52 310 103 43
Binary 11101 1101100 10010101 1010001 11100 0 101010 11001000 1000011 100011

Color Harmonies of #1D6C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6C95

Black with #1D6C95

Text Example


Text Example

White with #1D6C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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