Html Css Color HEX #1A76AD Lochmara

📋 copy color: '#1A76AD'

red 26 ◦ green 118 ◦ blue 173

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

Shades of Lochmara #1A76AD

Tints of Lochmara #1A76AD

RGB

 RED value IS 26 (10.55% from 255) = 8.2%

 GREEN value IS 118 (46.48% from 255) = 37.22%

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

R = 8.2%
G = 37.22%
B = 54.57%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A76AD (or 0x1A76AD) is known color: Lochmara. HEX triplet: 1A, 76 and AD. RGB value is (26,118,173). Sum of RGB (Red+Green+Blue) = 26+118+173=317 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.20% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A76AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A76AD is #E58952. Grayscale: #606060. Windows color (decimal): -15042899 or 11367962. OLE color: 11367962.

HSL color Cylindrical-coordinate representation of color #1A76AD: hue angle of 202.45º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A76AD is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 26 118 173 -
CMYK 0.85 0.32 0 0.32
HSL 202.45º 0.74% 0.39% -
HSV(B) 202.45º 0.85% 0.68% -
XYZ 14.45 16.19 41.9 -
YUV 96.76 171.02 77.53 -
System Red Green Blue C M Y K H S L
Decimal 26 118 173 0.85 0.32 0 0.32 202.45 0.74 0.39
Hex 1A 76 AD 55 20 0 20 CA 4A 27
Octal 32 166 255 125 40 0 40 312 112 47
Binary 11010 1110110 10101101 1010101 100000 0 100000 11001010 1001010 100111

Color Harmonies of #1A76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A76AD

Black with #1A76AD

Text Example


Text Example

White with #1A76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,118,173); }

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

background-color css

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

 a { background-color: rgb(26,118,173); }

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

border-color css

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

 span { border-color: rgb(26,118,173); }

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