Html Css Color HEX #1D6D99 Lochmara

📋 copy color: '#1D6D99'

red 29 ◦ green 109 ◦ blue 153

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

Shades of Lochmara #1D6D99

Tints of Lochmara #1D6D99

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.46%

 BLUE value IS 153 (60.16% from 255) = 52.58%

R = 9.97%
G = 37.46%
B = 52.58%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1D6D99 (or 0x1D6D99) is known color: Lochmara. HEX triplet: 1D, 6D and 99. RGB value is (29,109,153). Sum of RGB (Red+Green+Blue) = 29+109+153=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D6D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6D99 is #E29266. Grayscale: #595959. Windows color (decimal): -14848615 or 10054941. OLE color: 10054941.

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

Color convert

RGB 29 109 153 -
CMYK 0.81 0.29 0 0.4
HSL 201.29º 0.68% 0.36% -
HSV(B) 201.29º 0.81% 0.6% -
XYZ 11.73 13.5 32.12 -
YUV 90.1 163.5 84.42 -
System Red Green Blue C M Y K H S L
Decimal 29 109 153 0.81 0.29 0 0.4 201.29 0.68 0.36
Hex 1D 6D 99 51 1D 0 28 C9 44 24
Octal 35 155 231 121 35 0 50 311 104 44
Binary 11101 1101101 10011001 1010001 11101 0 101000 11001001 1000100 100100

Color Harmonies of #1D6D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6D99

Black with #1D6D99

Text Example


Text Example

White with #1D6D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,109,153); }

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

background-color css

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

 a { background-color: rgb(29,109,153); }

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

border-color css

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

 span { border-color: rgb(29,109,153); }

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