Html Css Color HEX #20749D Lochmara

📋 copy color: '#20749D'

red 32 ◦ green 116 ◦ blue 157

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

Shades of Lochmara #20749D

Tints of Lochmara #20749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.48%

R = 10.49%
G = 38.03%
B = 51.48%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20749D (or 0x20749D) is known color: Lochmara. HEX triplet: 20, 74 and 9D. RGB value is (32,116,157). Sum of RGB (Red+Green+Blue) = 32+116+157=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #20749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20749D is #DF8B62. Grayscale: #5F5F5F. Windows color (decimal): -14650211 or 10318880. OLE color: 10318880.

HSL color Cylindrical-coordinate representation of color #20749D: hue angle of 199.68º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20749D is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 116 157 -
CMYK 0.80 0.26 0 0.38
HSL 199.68º 0.66% 0.37% -
HSV(B) 199.68º 0.8% 0.62% -
XYZ 12.93 15.23 34.16 -
YUV 95.56 162.67 82.67 -
System Red Green Blue C M Y K H S L
Decimal 32 116 157 0.80 0.26 0 0.38 199.68 0.66 0.37
Hex 20 74 9D 50 1A 0 26 C8 42 25
Octal 40 164 235 120 32 0 46 310 102 45
Binary 100000 1110100 10011101 1010000 11010 0 100110 11001000 1000010 100101

Color Harmonies of #20749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20749D

Black with #20749D

Text Example


Text Example

White with #20749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20749D; }

 p { color: rgb(32,116,157); }

 H1.HeaderClassName
 {
   color: #20749D;
 }
 .AnyTagClassName
 {
   color: #20749D;
 }
</style>

background-color css

<style>
 a { background-color: #20749D; }

 a { background-color: rgb(32,116,157); }

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

border-color css

<style>
 span { border-color: #20749D; }

 span { border-color: rgb(32,116,157); }

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