Html Css Color HEX #20759F Lochmara

📋 copy color: '#20759F'

red 32 ◦ green 117 ◦ blue 159

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

Shades of Lochmara #20759F

Tints of Lochmara #20759F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.62%

R = 10.39%
G = 37.99%
B = 51.62%

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

#20759F (or 0x20759F) is known color: Lochmara. HEX triplet: 20, 75 and 9F. RGB value is (32,117,159). Sum of RGB (Red+Green+Blue) = 32+117+159=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #20759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20759F is #DF8A60. Grayscale: #606060. Windows color (decimal): -14649953 or 10450208. OLE color: 10450208.

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

Color convert

RGB 32 117 159 -
CMYK 0.80 0.26 0 0.38
HSL 199.84º 0.66% 0.37% -
HSV(B) 199.84º 0.8% 0.62% -
XYZ 13.21 15.53 35.1 -
YUV 96.37 163.34 82.08 -
System Red Green Blue C M Y K H S L
Decimal 32 117 159 0.80 0.26 0 0.38 199.84 0.66 0.37
Hex 20 75 9F 50 1A 0 26 C8 42 25
Octal 40 165 237 120 32 0 46 310 102 45
Binary 100000 1110101 10011111 1010000 11010 0 100110 11001000 1000010 100101

Color Harmonies of #20759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20759F

Black with #20759F

Text Example


Text Example

White with #20759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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