Html Css Color HEX #20799B Lochmara

📋 copy color: '#20799B'

red 32 ◦ green 121 ◦ blue 155

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

Shades of Lochmara #20799B

Tints of Lochmara #20799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.29%

 BLUE value IS 155 (60.94% from 255) = 50.32%

R = 10.39%
G = 39.29%
B = 50.32%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20799B (or 0x20799B) is known color: Lochmara. HEX triplet: 20, 79 and 9B. RGB value is (32,121,155). Sum of RGB (Red+Green+Blue) = 32+121+155=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #20799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20799B is #DF8664. Grayscale: #626262. Windows color (decimal): -14648933 or 10189088. OLE color: 10189088.

HSL color Cylindrical-coordinate representation of color #20799B: hue angle of 196.59º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20799B is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 121 155 -
CMYK 0.79 0.22 0 0.39
HSL 196.59º 0.66% 0.37% -
HSV(B) 196.59º 0.79% 0.61% -
XYZ 13.35 16.35 33.46 -
YUV 98.27 160.01 80.74 -
System Red Green Blue C M Y K H S L
Decimal 32 121 155 0.79 0.22 0 0.39 196.59 0.66 0.37
Hex 20 79 9B 4F 16 0 27 C5 42 25
Octal 40 171 233 117 26 0 47 305 102 45
Binary 100000 1111001 10011011 1001111 10110 0 100111 11000101 1000010 100101

Color Harmonies of #20799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20799B

Black with #20799B

Text Example


Text Example

White with #20799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20799B; }

 p { color: rgb(32,121,155); }

 H1.HeaderClassName
 {
   color: #20799B;
 }
 .AnyTagClassName
 {
   color: #20799B;
 }
</style>

background-color css

<style>
 a { background-color: #20799B; }

 a { background-color: rgb(32,121,155); }

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

border-color css

<style>
 span { border-color: #20799B; }

 span { border-color: rgb(32,121,155); }

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