Html Css Color HEX #1C77AD Lochmara

📋 copy color: '#1C77AD'

red 28 ◦ green 119 ◦ blue 173

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

Shades of Lochmara #1C77AD

Tints of Lochmara #1C77AD

RGB

 RED value IS 28 (11.33% from 255) = 8.75%

 GREEN value IS 119 (46.88% from 255) = 37.19%

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

R = 8.75%
G = 37.19%
B = 54.06%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C77AD (or 0x1C77AD) is known color: Lochmara. HEX triplet: 1C, 77 and AD. RGB value is (28,119,173). Sum of RGB (Red+Green+Blue) = 28+119+173=320 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.75% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C77AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C77AD is #E38852. Grayscale: #616161. Windows color (decimal): -14911571 or 11368220. OLE color: 11368220.

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

Color convert

RGB 28 119 173 -
CMYK 0.84 0.31 0 0.32
HSL 202.34º 0.72% 0.39% -
HSV(B) 202.34º 0.84% 0.68% -
XYZ 14.62 16.46 41.94 -
YUV 97.95 170.35 78.11 -
System Red Green Blue C M Y K H S L
Decimal 28 119 173 0.84 0.31 0 0.32 202.34 0.72 0.39
Hex 1C 77 AD 54 1F 0 20 CA 48 27
Octal 34 167 255 124 37 0 40 312 110 47
Binary 11100 1110111 10101101 1010100 11111 0 100000 11001010 1001000 100111

Color Harmonies of #1C77AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C77AD

Black with #1C77AD

Text Example


Text Example

White with #1C77AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,119,173); }

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

background-color css

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

 a { background-color: rgb(28,119,173); }

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

border-color css

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

 span { border-color: rgb(28,119,173); }

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