Html Css Color HEX #1F77AA Lochmara

📋 copy color: '#1F77AA'

red 31 ◦ green 119 ◦ blue 170

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

Shades of Lochmara #1F77AA

Tints of Lochmara #1F77AA

RGB

 RED value IS 31 (12.5% from 255) = 9.69%

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

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

R = 9.69%
G = 37.19%
B = 53.13%

CMYK

 C value IS 0.82

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F77AA (or 0x1F77AA) is known color: Lochmara. HEX triplet: 1F, 77 and AA. RGB value is (31,119,170). Sum of RGB (Red+Green+Blue) = 31+119+170=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F77AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F77AA is #E08855. Grayscale: #626262. Windows color (decimal): -14714966 or 11171615. OLE color: 11171615.

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

Color convert

RGB 31 119 170 -
CMYK 0.82 0.3 0 0.33
HSL 202.01º 0.69% 0.39% -
HSV(B) 202.01º 0.82% 0.67% -
XYZ 14.42 16.39 40.43 -
YUV 98.5 168.35 79.85 -
System Red Green Blue C M Y K H S L
Decimal 31 119 170 0.82 0.3 0 0.33 202.01 0.69 0.39
Hex 1F 77 AA 52 1E 0 21 CA 45 27
Octal 37 167 252 122 36 0 41 312 105 47
Binary 11111 1110111 10101010 1010010 11110 0 100001 11001010 1000101 100111

Color Harmonies of #1F77AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F77AA

Black with #1F77AA

Text Example


Text Example

White with #1F77AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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