Html Css Color HEX #20739A Lochmara

📋 copy color: '#20739A'

red 32 ◦ green 115 ◦ blue 154

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

Shades of Lochmara #20739A

Tints of Lochmara #20739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

 BLUE value IS 154 (60.55% from 255) = 51.16%

R = 10.63%
G = 38.21%
B = 51.16%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#20739A (or 0x20739A) is known color: Lochmara. HEX triplet: 20, 73 and 9A. RGB value is (32,115,154). Sum of RGB (Red+Green+Blue) = 32+115+154=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #20739A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20739A is #DF8C65. Grayscale: #5E5E5E. Windows color (decimal): -14650470 or 10122016. OLE color: 10122016.

HSL color Cylindrical-coordinate representation of color #20739A: hue angle of 199.18º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20739A is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 115 154 -
CMYK 0.79 0.25 0 0.40
HSL 199.18º 0.66% 0.36% -
HSV(B) 199.18º 0.79% 0.6% -
XYZ 12.56 14.9 32.79 -
YUV 94.63 161.5 83.33 -
System Red Green Blue C M Y K H S L
Decimal 32 115 154 0.79 0.25 0 0.40 199.18 0.66 0.36
Hex 20 73 9A 4F 19 0 28 C7 42 24
Octal 40 163 232 117 31 0 50 307 102 44
Binary 100000 1110011 10011010 1001111 11001 0 101000 11000111 1000010 100100

Color Harmonies of #20739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20739A

Black with #20739A

Text Example


Text Example

White with #20739A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20739A; }

 p { color: rgb(32,115,154); }

 H1.HeaderClassName
 {
   color: #20739A;
 }
 .AnyTagClassName
 {
   color: #20739A;
 }
</style>

background-color css

<style>
 a { background-color: #20739A; }

 a { background-color: rgb(32,115,154); }

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

border-color css

<style>
 span { border-color: #20739A; }

 span { border-color: rgb(32,115,154); }

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