Html Css Color HEX #20679B Lochmara

📋 copy color: '#20679B'

red 32 ◦ green 103 ◦ blue 155

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

Shades of Lochmara #20679B

Tints of Lochmara #20679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.52%

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

R = 11.03%
G = 35.52%
B = 53.45%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20679B (or 0x20679B) is known color: Lochmara. HEX triplet: 20, 67 and 9B. RGB value is (32,103,155). Sum of RGB (Red+Green+Blue) = 32+103+155=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #20679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20679B is #DF9864. Grayscale: #575757. Windows color (decimal): -14653541 or 10184480. OLE color: 10184480.

HSL color Cylindrical-coordinate representation of color #20679B: hue angle of 205.37º 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 #20679B is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 103 155 -
CMYK 0.79 0.34 0 0.39
HSL 205.37º 0.66% 0.37% -
HSV(B) 205.37º 0.79% 0.61% -
XYZ 11.36 12.37 32.8 -
YUV 87.7 165.98 88.27 -
System Red Green Blue C M Y K H S L
Decimal 32 103 155 0.79 0.34 0 0.39 205.37 0.66 0.37
Hex 20 67 9B 4F 22 0 27 CD 42 25
Octal 40 147 233 117 42 0 47 315 102 45
Binary 100000 1100111 10011011 1001111 100010 0 100111 11001101 1000010 100101

Color Harmonies of #20679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20679B

Black with #20679B

Text Example


Text Example

White with #20679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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