Html Css Color HEX #2079AB Lochmara

📋 copy color: '#2079AB'

red 32 ◦ green 121 ◦ blue 171

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

Shades of Lochmara #2079AB

Tints of Lochmara #2079AB

RGB

 RED value IS 32 (12.89% from 255) = 9.88%

 GREEN value IS 121 (47.66% from 255) = 37.35%

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

R = 9.88%
G = 37.35%
B = 52.78%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2079AB (or 0x2079AB) is known color: Lochmara. HEX triplet: 20, 79 and AB. RGB value is (32,121,171). Sum of RGB (Red+Green+Blue) = 32+121+171=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #2079AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2079AB is #DF8654. Grayscale: #636363. Windows color (decimal): -14648917 or 11237664. OLE color: 11237664.

HSL color Cylindrical-coordinate representation of color #2079AB: hue angle of 201.58º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2079AB is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 121 171 -
CMYK 0.81 0.29 0 0.33
HSL 201.58º 0.68% 0.4% -
HSV(B) 201.58º 0.81% 0.67% -
XYZ 14.78 16.92 41.02 -
YUV 100.09 168.01 79.43 -
System Red Green Blue C M Y K H S L
Decimal 32 121 171 0.81 0.29 0 0.33 201.58 0.68 0.4
Hex 20 79 AB 51 1D 0 21 CA 44 28
Octal 40 171 253 121 35 0 41 312 104 50
Binary 100000 1111001 10101011 1010001 11101 0 100001 11001010 1000100 101000

Color Harmonies of #2079AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2079AB

Black with #2079AB

Text Example


Text Example

White with #2079AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,121,171); }

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

background-color css

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

 a { background-color: rgb(32,121,171); }

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

border-color css

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

 span { border-color: rgb(32,121,171); }

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