Html Css Color HEX #20709F Lochmara

📋 copy color: '#20709F'

red 32 ◦ green 112 ◦ blue 159

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

Shades of Lochmara #20709F

Tints of Lochmara #20709F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

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

R = 10.56%
G = 36.96%
B = 52.48%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20709F (or 0x20709F) is known color: Lochmara. HEX triplet: 20, 70 and 9F. RGB value is (32,112,159). Sum of RGB (Red+Green+Blue) = 32+112+159=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #20709F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20709F is #DF8F60. Grayscale: #5D5D5D. Windows color (decimal): -14651233 or 10448928. OLE color: 10448928.

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

Color convert

RGB 32 112 159 -
CMYK 0.80 0.30 0 0.38
HSL 202.2º 0.66% 0.37% -
HSV(B) 202.2º 0.8% 0.62% -
XYZ 12.65 14.4 34.91 -
YUV 93.44 165 84.18 -
System Red Green Blue C M Y K H S L
Decimal 32 112 159 0.80 0.30 0 0.38 202.2 0.66 0.37
Hex 20 70 9F 50 1E 0 26 CA 42 25
Octal 40 160 237 120 36 0 46 312 102 45
Binary 100000 1110000 10011111 1010000 11110 0 100110 11001010 1000010 100101

Color Harmonies of #20709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20709F

Black with #20709F

Text Example


Text Example

White with #20709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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