Html Css Color HEX #1974AB Lochmara

📋 copy color: '#1974AB'

red 25 ◦ green 116 ◦ blue 171

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

Shades of Lochmara #1974AB

Tints of Lochmara #1974AB

RGB

 RED value IS 25 (10.16% from 255) = 8.01%

 GREEN value IS 116 (45.7% from 255) = 37.18%

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 8.01%
G = 37.18%
B = 54.81%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1974AB (or 0x1974AB) is known color: Lochmara. HEX triplet: 19, 74 and AB. RGB value is (25,116,171). Sum of RGB (Red+Green+Blue) = 25+116+171=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #1974AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1974AB is #E68B54. Grayscale: #5E5E5E. Windows color (decimal): -15108949 or 11236377. OLE color: 11236377.

HSL color Cylindrical-coordinate representation of color #1974AB: hue angle of 202.6º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1974AB is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 116 171 -
CMYK 0.85 0.32 0 0.33
HSL 202.6º 0.74% 0.38% -
HSV(B) 202.6º 0.85% 0.67% -
XYZ 14 15.64 40.81 -
YUV 95.06 170.85 78.03 -
System Red Green Blue C M Y K H S L
Decimal 25 116 171 0.85 0.32 0 0.33 202.6 0.74 0.38
Hex 19 74 AB 55 20 0 21 CB 4A 26
Octal 31 164 253 125 40 0 41 313 112 46
Binary 11001 1110100 10101011 1010101 100000 0 100001 11001011 1001010 100110

Color Harmonies of #1974AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1974AB

Black with #1974AB

Text Example


Text Example

White with #1974AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1974AB; }

 p { color: rgb(25,116,171); }

 H1.HeaderClassName
 {
   color: #1974AB;
 }
 .AnyTagClassName
 {
   color: #1974AB;
 }
</style>

background-color css

<style>
 a { background-color: #1974AB; }

 a { background-color: rgb(25,116,171); }

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

border-color css

<style>
 span { border-color: #1974AB; }

 span { border-color: rgb(25,116,171); }

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