Html Css Color HEX #1D77AA Lochmara

📋 copy color: '#1D77AA'

red 29 ◦ green 119 ◦ blue 170

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

Shades of Lochmara #1D77AA

Tints of Lochmara #1D77AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.46%

R = 9.12%
G = 37.42%
B = 53.46%

CMYK

 C value IS 0.83

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D77AA (or 0x1D77AA) is known color: Lochmara. HEX triplet: 1D, 77 and AA. RGB value is (29,119,170). Sum of RGB (Red+Green+Blue) = 29+119+170=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D77AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D77AA is #E28855. Grayscale: #616161. Windows color (decimal): -14846038 or 11171613. OLE color: 11171613.

HSL color Cylindrical-coordinate representation of color #1D77AA: hue angle of 201.7º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D77AA is Cyan = 0.83, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 119 170 -
CMYK 0.83 0.3 0 0.33
HSL 201.7º 0.71% 0.39% -
HSV(B) 201.7º 0.83% 0.67% -
XYZ 14.36 16.36 40.43 -
YUV 97.9 168.68 78.85 -
System Red Green Blue C M Y K H S L
Decimal 29 119 170 0.83 0.3 0 0.33 201.7 0.71 0.39
Hex 1D 77 AA 53 1E 0 21 CA 47 27
Octal 35 167 252 123 36 0 41 312 107 47
Binary 11101 1110111 10101010 1010011 11110 0 100001 11001010 1000111 100111

Color Harmonies of #1D77AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D77AA

Black with #1D77AA

Text Example


Text Example

White with #1D77AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,119,170); }

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

background-color css

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

 a { background-color: rgb(29,119,170); }

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

border-color css

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

 span { border-color: rgb(29,119,170); }

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