Html Css Color HEX #1D77AE Lochmara

📋 copy color: '#1D77AE'

red 29 ◦ green 119 ◦ blue 174

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

Shades of Lochmara #1D77AE

Tints of Lochmara #1D77AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.04%

R = 9.01%
G = 36.96%
B = 54.04%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1D77AE (or 0x1D77AE) is known color: Lochmara. HEX triplet: 1D, 77 and AE. RGB value is (29,119,174). Sum of RGB (Red+Green+Blue) = 29+119+174=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D77AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D77AE is #E28851. Grayscale: #626262. Windows color (decimal): -14846034 or 11433757. OLE color: 11433757.

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

Color convert

RGB 29 119 174 -
CMYK 0.83 0.32 0 0.32
HSL 202.76º 0.71% 0.4% -
HSV(B) 202.76º 0.83% 0.68% -
XYZ 14.74 16.51 42.45 -
YUV 98.36 170.68 78.53 -
System Red Green Blue C M Y K H S L
Decimal 29 119 174 0.83 0.32 0 0.32 202.76 0.71 0.4
Hex 1D 77 AE 53 20 0 20 CB 47 28
Octal 35 167 256 123 40 0 40 313 107 50
Binary 11101 1110111 10101110 1010011 100000 0 100000 11001011 1000111 101000

Color Harmonies of #1D77AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D77AE

Black with #1D77AE

Text Example


Text Example

White with #1D77AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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