Html Css Color HEX #20759D Lochmara

📋 copy color: '#20759D'

red 32 ◦ green 117 ◦ blue 157

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

Shades of Lochmara #20759D

Tints of Lochmara #20759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

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

R = 10.46%
G = 38.24%
B = 51.31%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20759D (or 0x20759D) is known color: Lochmara. HEX triplet: 20, 75 and 9D. RGB value is (32,117,157). Sum of RGB (Red+Green+Blue) = 32+117+157=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #20759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20759D is #DF8A62. Grayscale: #5F5F5F. Windows color (decimal): -14649955 or 10319136. OLE color: 10319136.

HSL color Cylindrical-coordinate representation of color #20759D: hue angle of 199.2º 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 #20759D is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 117 157 -
CMYK 0.80 0.25 0 0.38
HSL 199.2º 0.66% 0.37% -
HSV(B) 199.2º 0.8% 0.62% -
XYZ 13.04 15.46 34.2 -
YUV 96.15 162.34 82.25 -
System Red Green Blue C M Y K H S L
Decimal 32 117 157 0.80 0.25 0 0.38 199.2 0.66 0.37
Hex 20 75 9D 50 19 0 26 C7 42 25
Octal 40 165 235 120 31 0 46 307 102 45
Binary 100000 1110101 10011101 1010000 11001 0 100110 11000111 1000010 100101

Color Harmonies of #20759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20759D

Black with #20759D

Text Example


Text Example

White with #20759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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