Html Css Color HEX #1D72AD Lochmara

📋 copy color: '#1D72AD'

red 29 ◦ green 114 ◦ blue 173

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

Shades of Lochmara #1D72AD

Tints of Lochmara #1D72AD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.08%

 BLUE value IS 173 (67.97% from 255) = 54.75%

R = 9.18%
G = 36.08%
B = 54.75%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1D72AD (or 0x1D72AD) is known color: Lochmara. HEX triplet: 1D, 72 and AD. RGB value is (29,114,173). Sum of RGB (Red+Green+Blue) = 29+114+173=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D72AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D72AD is #E28D52. Grayscale: #5E5E5E. Windows color (decimal): -14847315 or 11366941. OLE color: 11366941.

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

Color convert

RGB 29 114 173 -
CMYK 0.83 0.34 0 0.32
HSL 204.58º 0.71% 0.4% -
HSV(B) 204.58º 0.83% 0.68% -
XYZ 14.07 15.31 41.75 -
YUV 95.31 171.84 80.7 -
System Red Green Blue C M Y K H S L
Decimal 29 114 173 0.83 0.34 0 0.32 204.58 0.71 0.4
Hex 1D 72 AD 53 22 0 20 CD 47 28
Octal 35 162 255 123 42 0 40 315 107 50
Binary 11101 1110010 10101101 1010011 100010 0 100000 11001101 1000111 101000

Color Harmonies of #1D72AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D72AD

Black with #1D72AD

Text Example


Text Example

White with #1D72AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,114,173); }

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

background-color css

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

 a { background-color: rgb(29,114,173); }

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

border-color css

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

 span { border-color: rgb(29,114,173); }

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